Skip to content

Commit c802b30

Browse files
author
Ryan P Kilby
authored
Version lock 0.9.x to django-filter<1.0 (#148)
1 parent 46ead91 commit c802b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_package_data(package):
4343
zip_safe=False,
4444
install_requires=[
4545
'djangorestframework',
46-
'django-filter>=0.15.0',
46+
'django-filter>=0.15.0,<1.0',
4747
],
4848
classifiers=[
4949
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)