mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
process_exception returns None
This commit is contained in:
parent
ecd53b7a07
commit
c22bd6b61e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class AuditlogMiddleware(object):
|
|||
"""
|
||||
pre_save.disconnect(sender=LogEntry, dispatch_uid=(self.__class__, request.auditlog_ts))
|
||||
|
||||
return response
|
||||
return None
|
||||
|
||||
@staticmethod
|
||||
def set_actor(user, sender, instance, **kwargs):
|
||||
|
|
|
|||
Loading…
Reference in a new issue