django-auditlog/auditlog
Andreas Hasenkopf ae60832717 Add a DB index to LogEntry's action field (#236)
For some applications the possibility to filter by the `action` field might be really interesting. However the lack of an index can lead to severe reduction of such queries.

The simplest solution: Let's a DB index on that field :)
2022-02-24 17:43:28 +03:00
..
management Blacken the code 2021-06-24 13:04:48 +03:00
migrations Add a DB index to LogEntry's action field (#236) 2022-02-24 17:43:28 +03:00
__init__.py Not define default_app_config for Django 3.2+ 2021-06-30 11:33:09 +03:00
admin.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
apps.py Blacken the code 2021-06-24 13:04:48 +03:00
context.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
count.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
diff.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
filters.py Fix deprecated import from rangefilter package 2021-06-30 15:55:20 +03:00
middleware.py Blacken the code 2021-06-24 13:04:48 +03:00
mixins.py Add a UTC warning to the table with changes 2021-10-15 14:21:54 +03:00
models.py Add a DB index to LogEntry's action field (#236) 2022-02-24 17:43:28 +03:00
receivers.py Add logic to track m2m relationships 2021-06-28 16:47:45 +03:00
registry.py Add logic to track m2m relationships 2021-06-28 16:47:45 +03:00