pkgsrc/www/py-django-reversion
adam 87966c76cb 2.0.10:
- Bugfix: Handling case of `None` user in request (@pawelad).
- Documentation corrections (@danielquinn).
- Bugfix: "invalid literal for int() with base 10: 'None'" for unversioned admin inline relations.

  If, after updating, you still experience this issue, run the following in a Django shell:

  .. code::

      from reversion.models import Version
      Version.objects.filter(object_id="None").delete()

  **Important:** Ensure that none of your versioned models contain a string primary key where `"None"` is a valid value
  before running this snippet!
2017-08-21 11:39:46 +00:00
..
DESCR
distinfo 2.0.10: 2017-08-21 11:39:46 +00:00
Makefile 2.0.10: 2017-08-21 11:39:46 +00:00
PLIST Changes 2.0.8: 2017-02-02 07:30:21 +00:00