mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
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 :) |
||
|---|---|---|
| .. | ||
| management | ||
| migrations | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| diff.py | ||
| filters.py | ||
| middleware.py | ||
| mixins.py | ||
| models.py | ||
| receivers.py | ||
| registry.py | ||