mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 05:26:28 +02:00
linter fixes
This commit is contained in:
parent
de07b109c2
commit
0c8a0ad1d8
1 changed files with 1 additions and 1 deletions
|
@ -2785,7 +2785,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
|||
audit_log_entries = LogEntry.objects.filter(
|
||||
object_id=object_id, content_type__model="domainrequest"
|
||||
).order_by("-timestamp")
|
||||
|
||||
|
||||
# Process each log entry to filter based on the change criteria
|
||||
for log_entry in audit_log_entries:
|
||||
entry = self.process_log_entry(log_entry)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue