I use django-reversion and I am getting this error out of the blue.
django.core.exceptions.ImproperlyConfigured: Cannot use VersionAdmin with a database that does not support savepoints.
It occurs on the line admin.site.register(Post,PostAdmin)
Cannot use python manage.py on my local, though everything works fine in my production.
Have even tried changing the database(postgresql) but to no avail.