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 752edcf commit a3556edCopy full SHA for a3556ed
setup.py
@@ -46,7 +46,7 @@ def get_package_data(package):
46
#test_suite='rest_framework.runtests.runtests.main',
47
install_requires=[
48
'djangorestframework',
49
- 'django-filter',
+ 'django-filter>=0.11.0',
50
],
51
classifiers=[
52
'Development Status :: 5 - Production/Stable',
0 commit comments