Skip to content

Commit f529f83

Browse files
committed
Minimum Django 1.5 version issue 1.5.6
1 parent b33a6cb commit f529f83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5+, 1.6, 1.7)
37+
* Django (1.4.11+, 1.5.6+, 1.6, 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.5+, 1.6, 1.7)
54+
* Django (1.4.11+, 1.5.6+, 1.6, 1.7)
5555

5656
The following packages are optional:
5757

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ setenv =
1111
PYTHONDONTWRITEBYTECODE=1
1212
deps =
1313
django14: Django==1.4.11
14-
django15: Django==1.5.5
14+
django15: Django==1.5.6
1515
django16: Django==1.6.8
1616
django17: Django==1.7.1
1717
djangomaster: https://github.com/django/django/zipball/master

0 commit comments

Comments
 (0)