We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2e18b commit f6271c9Copy full SHA for f6271c9
2 files changed
base-requirements.txt
@@ -41,7 +41,7 @@ django-allauth==64.2.1
41
django-waffle==2.2.1
42
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
+django-filter==25.1
45
django-ordered-model==3.7.4
46
django-widget-tweaks==1.5.0
47
django-countries==8.2.0
sponsors/tests/test_admin.py
@@ -57,6 +57,7 @@ def test_filter_queryset(self):
57
def test_choices_with_custom_text_for_all(self):
58
lookups = self.filter.lookups(self.request, self.model_admin)
59
changelist = Mock(ChangeList, autospec=True)
60
+ changelist.add_facets = False
61
choices = self.filter.choices(changelist)
62
63
self.assertEqual(len(choices), len(lookups) + 1)
0 commit comments