django-auditlog/src/auditlog
Keith Bussell 3a82338e59 (feature) Allow AuditlogHistoryField to block cascading deletes (#172)
Fixes #108

Thanks to @andrewwatts for suggesting and researching the approach.
2018-03-27 14:42:36 -04:00
..
management Fixed autologflush for django 1.10 2017-01-26 13:19:23 -06:00
migrations Add Django 2.0 Support (#154) 2018-01-02 13:50:45 -05:00
__init__.py Add app configs 2015-10-07 22:24:41 +02:00
admin.py Updated LogEntryAdmin to use first_name and last_name fields instead of full_name from the actor 2017-01-11 00:12:54 +01:00
apps.py Add app configs 2015-10-07 22:24:41 +02:00
compat.py Add Django 2.0 Support (#154) 2018-01-02 13:50:45 -05:00
diff.py (bugfix) Naive Datetimes Crashing (#107) 2018-01-04 13:43:23 -05:00
filters.py enhanced admin interface closes #1 2016-09-02 15:02:42 -04:00
middleware.py (bugfix) Adds hasattr check before threadlocal.auditlog access in set_actor 2018-01-04 14:07:13 -05:00
mixins.py Mark LogEntryAdminMixin methods output as safe where required (#167) 2018-03-01 11:24:00 -05:00
models.py (feature) Allow AuditlogHistoryField to block cascading deletes (#172) 2018-03-27 14:42:36 -04:00
receivers.py Improve documentation 2015-05-31 15:06:06 +02:00
registry.py Fixes #93 - Add 'changes_display_dict' property to 'LogEntry' model to display diff in a more human readable format (#94) 2017-09-13 10:57:47 -04:00