Skip to content

Commit

Permalink
Merge pull request #428 from andrewsmedina/fix_django_filter
Browse files Browse the repository at this point in the history
pin django-filter version to < 0.12.0
  • Loading branch information
galuszkak committed Mar 15, 2016
2 parents b2077ba + cb9d43e commit ac531c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ django-extra-views>=0.6.5
django-braces>=1.3.0
djangorestframework<=2.4.4
django-floppyforms<=1.2
django-filter>=0.7
django-filter<0.12.0
django-crispy-forms>=1.3.2
django-debug-toolbar>=0.9.4
pytz==2014.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def run_tests(self):
'django-braces>=1.3.0',
'djangorestframework<=2.4.4',
'django-floppyforms<=1.2',
'django-filter>=0.7',
'django-filter<0.12.0',
'django-crispy-forms>=1.3.2',
'pytz==2014.7'
],
Expand Down

0 comments on commit ac531c3

Please sign in to comment.