File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ django-allauth==64.2.1
4141django-waffle==2.2.1
4242
4343djangorestframework==3.14.0 # 3.14.0 is first version that supports Django 4.1, 4.2 support hasnt been "released"
44- django-filter==2.4.0
44+ django-filter==25.1
4545django-ordered-model==3.7.4
4646django-widget-tweaks==1.5.0
4747django-countries==7.6.1
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ def test_filter_queryset(self):
5757 def test_choices_with_custom_text_for_all (self ):
5858 lookups = self .filter .lookups (self .request , self .model_admin )
5959 changelist = Mock (ChangeList , autospec = True )
60+ changelist .add_facets = False
6061 choices = self .filter .choices (changelist )
6162
6263 self .assertEqual (len (choices ), len (lookups ) + 1 )
You can’t perform that action at this time.
0 commit comments