django-papertrail icon indicating copy to clipboard operation
django-papertrail copied to clipboard

django-papertrail - An elegant solution for keeping a relational log of events in a Django application.

Results 3 django-papertrail issues
Sort by recently updated
recently updated
newest added

``` TemplateDoesNotExist at /django-admin/users/user/749/change/ admin:admin/change_form.html ``` I suppose this would work only when https://github.com/django-admin-tools/django-admin-tools/blob/master/admin_tools/template_loaders.py is used but this is not stated anywhere in the docs, unfortunately.

When an object changes many times the list of changes grow. At the moment is not possible to have pagination on this. I created a pull request with an implementation...

When the same entry change many times the list of changes of that object wasn't paginated, thus the list grew massively and it wasn't that easy to use. I made...