Skip to content

Commit

Permalink
prepare 1.5.4; django 1.4/1.5 fixes in resolving admin urls
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Oct 2, 2015
1 parent cea1e4a commit f2d286b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/example/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DEBUG = True
DEBUG_TOOLBAR = not True
TEMPLATE_DEBUG = DEBUG
DEV = True
DEV = False

DATABASES = {
'default': {
Expand Down
1 change: 1 addition & 0 deletions example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Django
Sphinx
Pillow
python-dateutil
radar
selenium
tox
1 change: 1 addition & 0 deletions example/requirements_django_1_4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Django>=1.4,<1.5
Sphinx
Pillow
python-dateutil
radar
selenium
tox
1 change: 1 addition & 0 deletions example/requirements_django_1_5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Django>=1.5,<1.6
Sphinx
Pillow
python-dateutil
radar
selenium
tox
1 change: 1 addition & 0 deletions example/requirements_django_1_6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Django>=1.6,<1.7
Sphinx
Pillow
python-dateutil
radar
selenium
tox
1 change: 1 addition & 0 deletions example/requirements_django_1_7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Django>=1.7,<1.8
Sphinx
Pillow
python-dateutil
radar
selenium
tox
5 changes: 2 additions & 3 deletions example/requirements_django_1_8.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
https://www.djangoproject.com/download/1.8a1/tarball/

#Django>=1.7,<1.8
Django>=1.8,<1.9
Sphinx
Pillow
python-dateutil
radar
selenium
tox
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
include_package_data = True,
install_requires = [
'django>=1.4',
'django-nine>=0.1.1'
'django-nine>=0.1.4'
],
tests_require = [
'radar>=0.3',
Expand Down

0 comments on commit f2d286b

Please sign in to comment.