format for linting

This commit is contained in:
David Kennedy 2023-12-01 18:53:52 -05:00
parent 2703f55270
commit 7d36e4399e
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -458,7 +458,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
# For each filter_horizontal, init in admin js extendFilterHorizontalWidgets
# to activate the edit/delete/view buttons
filter_horizontal = ("other_contacts",)
# lists in filter_horizontal are not sorted properly, sort them
# by first_name
def formfield_for_manytomany(self, db_field, request, **kwargs):
@ -742,7 +742,7 @@ class DomainInformationInline(admin.StackedInline):
# For each filter_horizontal, init in admin js extendFilterHorizontalWidgets
# to activate the edit/delete/view buttons
filter_horizontal = ("other_contacts",)
# lists in filter_horizontal are not sorted properly, sort them
# by first_name
def formfield_for_manytomany(self, db_field, request, **kwargs):