Commit 4339bf63 by Tim Babych Committed by Oleg Marshev

add patched djangorestframework into Makefile

parent fdf39722
......@@ -41,5 +41,8 @@ requirements:
test.requirements: requirements
pip install -q -r requirements/test.txt --exists-action=w
@# unicode QUERY_PARAMS are being improperly decoded in test client
@# remove after https://github.com/tomchristie/django-rest-framework/issues/1891 is fixed
pip install -q -e git+https://github.com/tymofij/django-rest-framework.git@bugfix/test-unicode-query-params#egg=djangorestframework
develop: test.requirements
-r base.txt
# unicode QUERY_PARAMS are being improperly decoded in test client
# remove after https://github.com/tomchristie/django-rest-framework/issues/1891 is fixed
-e git+https://github.com/tymofij/django-rest-framework.git@bugfix/test-unicode-query-params#egg=djangorestframework
django_nose==1.2
mock==1.0.1
coverage==3.7.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment