Skip to content

Commit c70d1b4

Browse files
author
Massimiliano Pippi
committed
moved django 1.6 version
1 parent aa78209 commit c70d1b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Requirements
3535
------------
3636

3737
* Python 2.7, 3.3
38-
* Django 1.4, 1.5, 1.6a1
38+
* Django 1.4, 1.5, 1.6b3
3939

4040
Installation
4141
------------

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Requirements
2222
------------
2323

2424
* Python 2.7, 3.3
25-
* Django 1.4, 1.5, 1.6a1
25+
* Django 1.4, 1.5, 1.6b3
2626

2727
Index
2828
========

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ deps =
3434
[testenv:py27-django16]
3535
basepython = python2.7
3636
deps =
37-
https://www.djangoproject.com/download/1.6b2/tarball/
37+
https://www.djangoproject.com/download/1.6b3/tarball/
3838
{[testenv]deps}
3939

4040
[testenv:py33-django16]
4141
basepython = python3.3
4242
deps =
43-
https://www.djangoproject.com/download/1.6b2/tarball/
43+
https://www.djangoproject.com/download/1.6b3/tarball/
4444
{[testenv]deps}

0 commit comments

Comments
 (0)