This commit is contained in:
Rachid Mrad 2024-05-01 14:33:05 -04:00
parent f702570d10
commit b71c34617e
No known key found for this signature in database

View file

@ -27,7 +27,7 @@ class DomainRequest(TimeStampedModel):
# https://django-auditlog.readthedocs.io/en/latest/usage.html#object-history
# If we note any performace degradation due to this addition,
# we can query the auditlogs table in admin.py and add the results to
# extra_context in the change_view method for DomainRequestAdmin
# extra_context in the change_view method for DomainRequestAdmin.
# This is the more straightforward way so trying it first.
history = AuditlogHistoryField()