Skip to content

Commit 42c9133

Browse files
committed
Minimum 1.6.x version is 1.6.3
1 parent f529f83 commit 42c9133

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There is a live example API for testing purposes, [available here][sandbox].
3434
# Requirements
3535

3636
* Python (2.6.5+, 2.7, 3.2, 3.3, 3.4)
37-
* Django (1.4.11+, 1.5.6+, 1.6, 1.7)
37+
* Django (1.4.11+, 1.5.6+, 1.6.3+, 1.7)
3838

3939
# Installation
4040

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Some reasons you might want to use REST framework:
5151
REST framework requires the following:
5252

5353
* Python (2.6.5+, 2.7, 3.2, 3.3, 3.4)
54-
* Django (1.4.11+, 1.5.6+, 1.6, 1.7)
54+
* Django (1.4.11+, 1.5.6+, 1.6.3+, 1.7)
5555

5656
The following packages are optional:
5757

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ commands = ./runtests.py --fast
1010
setenv =
1111
PYTHONDONTWRITEBYTECODE=1
1212
deps =
13-
django14: Django==1.4.11
14-
django15: Django==1.5.6
15-
django16: Django==1.6.8
16-
django17: Django==1.7.1
13+
django14: Django==1.4.11 # Should track minimum supported
14+
django15: Django==1.5.6 # Should track minimum supported
15+
django16: Django==1.6.3 # Should track minimum supported
16+
django17: Django==1.7.3 # Should track maximum supported
1717
djangomaster: https://github.com/django/django/zipball/master
1818
{py26,py27}-django{14,15,16,17}: django-guardian==1.2.3
1919
{py26,py27}-django{14,15,16}: oauth2==1.5.211

0 commit comments

Comments
 (0)