mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
cleaned up logging
This commit is contained in:
parent
75d5a951d7
commit
b475b0e984
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ class CustomLogEntryAdmin(LogEntryAdmin):
|
||||||
class AdminSortFields:
|
class AdminSortFields:
|
||||||
def get_queryset(db_field):
|
def get_queryset(db_field):
|
||||||
"""This is a helper function for formfield_for_manytomany and formfield_for_foreignkey"""
|
"""This is a helper function for formfield_for_manytomany and formfield_for_foreignkey"""
|
||||||
logger.info(f"getting queryset for {db_field.name}")
|
|
||||||
# customize sorting
|
# customize sorting
|
||||||
if db_field.name in (
|
if db_field.name in (
|
||||||
"other_contacts",
|
"other_contacts",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue