django-pghistory
django-pghistory copied to clipboard
MiddlewareEvents model should allow nullable context
Add null=True
to both fields of MiddlewareEvents
model to display all events in the admin.
Closes: https://github.com/Opus10/django-pghistory/issues/129
Type: bug