django-auditlog/src/auditlog
2018-01-11 10:57:16 -05: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 (bugfix) Fall back on actor repr when reverse url fails 2018-01-04 14:26:52 -05:00
models.py Fix crash when verbose_name is not defined on a model and field is not defined in mapping_fields. Defaults to field.name as a fallback 2018-01-11 10:56:31 -05: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