Closed lefterav closed 1 year ago
If you enable logging for django-reversion, you'll get a stack trace. I'd be interested to see.
Likely this is a problem with PartialDateField and django's serialization framework. django-reversion relies on that working correctly, and doesn't really introduce any serialization logic of it's own.
How to reproduce:
Make sure you have enabled the custom module in your Python virtual environment:
Create the following class in the django models.py:
Register the administration of the object with reversion in admin.py:
run migrations on your commandline: