This commit is contained in:
Rudraksha Dwivedi 2025-11-17 15:19:42 +01:00 committed by GitHub
commit b7c75c6e79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,7 @@ class ChangeListSearchForm(forms.Form):
class ChangeList: class ChangeList:
search_form_class = ChangeListSearchForm search_form_class = ChangeListSearchForm
formset = None
def __init__( def __init__(
self, self,