linter fixes

This commit is contained in:
matthewswspence 2025-01-14 14:35:11 -06:00
parent de07b109c2
commit 0c8a0ad1d8
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -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)