Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-notes-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-notes-api
Commits
4339bf63
Commit
4339bf63
authored
Dec 29, 2014
by
Tim Babych
Committed by
Oleg Marshev
Jan 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add patched djangorestframework into Makefile
parent
fdf39722
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
Makefile
+3
-0
requirements/test.txt
+0
-4
No files found.
Makefile
View file @
4339bf63
...
...
@@ -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
requirements/test.txt
View file @
4339bf63
-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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment