Skip to content

Commit

Permalink
Lock django-filter to 21.1; 22.1 no longer works with djangorestframe…
Browse files Browse the repository at this point in the history
…work-filters.
  • Loading branch information
FlipperPA committed Jul 5, 2022
1 parent 59bc9e3 commit 0e53e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
install_requires=[
"djangorestframework>=3.9",
"djangorestframework-filters==1.0.0.dev2",
"django-filter==21.1", # last release to support DRF-filters 1.0.0.dev2
],
classifiers=[
"Development Status :: 4 - Beta",
Expand All @@ -35,7 +36,6 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
"Framework :: Django",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3",
"Framework :: Django :: 4",
"Topic :: Internet :: WWW/HTTP",
Expand Down

0 comments on commit 0e53e76

Please sign in to comment.