django-auditlog/auditlog
George Leslie-Waksman 1e7d320a93
Add an index to the timestamp column (#364)
Many queries, including the default ordering, for the LogEntry
model rely on the timestamp field. Adding an index will ensure
reasonable scalability for large audit logs.
2022-05-31 09:01:13 +02:00
..
management Add black and format files with black. 2020-12-06 23:10:18 +01:00
migrations Add an index to the timestamp column (#364) 2022-05-31 09:01:13 +02:00
__init__.py Remove default_app_config configuration 2022-05-02 14:48:58 +02:00
admin.py Disable add button in admin ui 2022-05-20 22:13:47 +02:00
apps.py Add register model using Django settings (#368) 2022-05-23 10:02:22 +02:00
conf.py Add register model using Django settings (#368) 2022-05-23 10:02:22 +02:00
context.py Add set_actor context manager (#262) 2022-05-24 09:33:54 +02:00
diff.py Skip stringify if json (#355) 2022-05-10 05:53:18 +02:00
filters.py Add black and format files with black. 2020-12-06 23:10:18 +01:00
middleware.py Add set_actor context manager (#262) 2022-05-24 09:33:54 +02:00
mixins.py Update syntax to Python 3.7+ 2022-01-10 10:18:20 +01:00
models.py Add an index to the timestamp column (#364) 2022-05-31 09:01:13 +02:00
receivers.py Support Django's save method update_fields kwarg (#336) 2022-01-07 14:23:37 +01:00
registry.py Add register model using Django settings (#368) 2022-05-23 10:02:22 +02:00