mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
cleanup
This commit is contained in:
parent
f702570d10
commit
b71c34617e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue