django-auditlog/auditlog
Andreas Hasenkopf 938431389f
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-01-04 10:06:45 +01:00
..
management Add black and format files with black. 2020-12-06 23:10:18 +01:00
migrations Add a DB index to LogEntry's action field (#236) 2022-01-04 10:06:45 +01:00
__init__.py Add isort and sort orders with isort. 2020-12-06 23:10:18 +01:00
admin.py Change relative imports to absolute. 2020-12-06 23:10:18 +01:00
apps.py Add black and format files with black. 2020-12-06 23:10:18 +01:00
diff.py Replace deprecated smart_text() with smart_str(). 2021-05-25 00:50:02 +02:00
filters.py Add black and format files with black. 2020-12-06 23:10:18 +01:00
middleware.py Add black and format files with black. 2020-12-06 23:10:18 +01:00
mixins.py Add black and format files with black. 2020-12-06 23:10:18 +01:00
models.py Add a DB index to LogEntry's action field (#236) 2022-01-04 10:06:45 +01:00
receivers.py Drop Python 2, support Django 3.0, update dependencies 2020-09-07 16:52:32 +02:00
registry.py Add isort and sort orders with isort. 2020-12-06 23:10:18 +01:00