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
41
41
django-waffle==2.2.1
42
42
43
43
djangorestframework==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
45
45
django-ordered-model==3.7.4
46
46
django-widget-tweaks==1.5.0
47
47
django-countries==7.6.1
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ def test_filter_queryset(self):
57
57
def test_choices_with_custom_text_for_all (self ):
58
58
lookups = self .filter .lookups (self .request , self .model_admin )
59
59
changelist = Mock (ChangeList , autospec = True )
60
+ changelist .add_facets = False
60
61
choices = self .filter .choices (changelist )
61
62
62
63
self .assertEqual (len (choices ), len (lookups ) + 1 )
You can’t perform that action at this time.
0 commit comments