django-auditlog/auditlog
Thomas Steen Rasmussen 27f57a53ff
Fix LogEntry.changes_dict() to return {} when json.loads() returns None (#472)
Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
2022-12-13 21:35:31 +01:00
..
management Change auditlogflush management command before_date query filter to apply the filter only on date part of timestamp (#384) 2022-06-08 16:47:13 +02:00
migrations Added ACCESS action and enabled logging of object accesses (#436) 2022-11-07 08:51:00 +01:00
__init__.py Replace pkg_resources with importlib solution (#450) 2022-11-21 16:50:34 +01:00
admin.py Disallow changing or deleting log entries (#449) 2022-11-21 16:26:23 +01:00
apps.py Add register model using Django settings (#368) 2022-05-23 10:02:22 +02:00
conf.py Option to disable logging on raw save and via context manager (#446) 2022-11-04 09:12:06 +01:00
context.py Option to disable logging on raw save and via context manager (#446) 2022-11-04 09:12:06 +01:00
diff.py Replace the django.utils.timezone.utc by datetime.timezone.utc (#448) 2022-11-07 14:26:51 +01:00
filters.py Add black and format files with black. 2020-12-06 23:10:18 +01:00
middleware.py FIX: Parsing client IPv6 address when a proxy is involved (#457) 2022-11-22 08:44:59 +01:00
mixins.py Added ACCESS action and enabled logging of object accesses (#436) 2022-11-07 08:51:00 +01:00
models.py Fix LogEntry.changes_dict() to return {} when json.loads() returns None (#472) 2022-12-13 21:35:31 +01:00
receivers.py Added ACCESS action and enabled logging of object accesses (#436) 2022-11-07 08:51:00 +01:00
registry.py Added ACCESS action and enabled logging of object accesses (#436) 2022-11-07 08:51:00 +01:00
signals.py Added ACCESS action and enabled logging of object accesses (#436) 2022-11-07 08:51:00 +01:00