Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
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
django-rest-framework
Commits
b10869a0
Commit
b10869a0
authored
Jun 02, 2013
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Django 1.6 to docs and to tox
parent
1bb5fb8e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
3 deletions
+33
-3
README.md
+1
-1
docs/index.md
+1
-1
tox.ini
+31
-1
No files found.
README.md
View file @
b10869a0
...
@@ -27,7 +27,7 @@ There is a live example API for testing purposes, [available here][sandbox].
...
@@ -27,7 +27,7 @@ There is a live example API for testing purposes, [available here][sandbox].
# Requirements
# Requirements
*
Python (2.6.5+, 2.7, 3.2, 3.3)
*
Python (2.6.5+, 2.7, 3.2, 3.3)
*
Django (1.3, 1.4, 1.5)
*
Django (1.3, 1.4, 1.5
, 1.6
)
# Installation
# Installation
...
...
docs/index.md
View file @
b10869a0
...
@@ -32,7 +32,7 @@ There is a live example API for testing purposes, [available here][sandbox].
...
@@ -32,7 +32,7 @@ There is a live example API for testing purposes, [available here][sandbox].
REST framework requires the following:
REST framework requires the following:
*
Python (2.6.5+, 2.7, 3.2, 3.3)
*
Python (2.6.5+, 2.7, 3.2, 3.3)
*
Django (1.3, 1.4, 1.5)
*
Django (1.3, 1.4, 1.5
, 1.6
)
The following packages are optional:
The following packages are optional:
...
...
tox.ini
View file @
b10869a0
[tox]
[tox]
downloadcache
=
{toxworkdir}/cache/
downloadcache
=
{toxworkdir}/cache/
envlist
=
py3.3-django1.5,py3.2-django1.5,py2.7-django1.5,py2.6-django1.5,py2.7-django1.4,py2.6-django1.4,py2.7-django1.3,py2.6-django1.3
envlist
=
py3.3-django1.
6,py3.2-django1.6,py2.7-django1.6,py2.6-django1.6,py3.3-django1.
5,py3.2-django1.5,py2.7-django1.5,py2.6-django1.5,py2.7-django1.4,py2.6-django1.4,py2.7-django1.3,py2.6-django1.3
[testenv]
[testenv]
commands
=
{envpython} rest_framework/runtests/runtests.py
commands
=
{envpython} rest_framework/runtests/runtests.py
[testenv:py3.3-django1.6]
basepython
=
python3.3
deps
=
https://www.djangoproject.com/download/1.6a1/tarball/
django-filter
=
=0.6a1
defusedxml
=
=0.3
[testenv:py3.2-django1.6]
basepython
=
python3.2
deps
=
https://www.djangoproject.com/download/1.6a1/tarball/
django-filter
=
=0.6a1
defusedxml
=
=0.3
[testenv:py2.7-django1.6]
basepython
=
python2.7
deps
=
https://www.djangoproject.com/download/1.6a1/tarball/
django-filter
=
=0.6a1
defusedxml
=
=0.3
django-oauth-plus
=
=2.0
oauth2
=
=1.5.211
django-oauth2-provider
=
=0.2.3
[testenv:py2.6-django1.6]
basepython
=
python2.6
deps
=
https://www.djangoproject.com/download/1.6a1/tarball/
django-filter
=
=0.6a1
defusedxml
=
=0.3
django-oauth-plus
=
=2.0
oauth2
=
=1.5.211
django-oauth2-provider
=
=0.2.3
[testenv:py3.3-django1.5]
[testenv:py3.3-django1.5]
basepython
=
python3.3
basepython
=
python3.3
deps
=
django==1.5
deps
=
django==1.5
...
...
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