Skip to content

Commit

Permalink
Start using Django 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Apr 30, 2015
1 parent 43bbc93 commit 1907828
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ eggs = flake8
[evolution] [evolution]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = buildout-versions-checker eggs = buildout-versions-checker
arguments = '-w --sorting alpha -s django:<1.8 -e pep8' arguments = '-w --sorting alpha -s django:<1.9 -e pep8'
scripts = check-buildout-updates=${:_buildout_section_name_} scripts = check-buildout-updates=${:_buildout_section_name_}


[testenv] [testenv]
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
pillow==2.7.0 pillow==2.7.0
django==1.7.7 django==1.8
django-mptt==0.6.1 django-mptt==0.6.1
django-tagging==0.3.4 django-tagging==0.3.4
django-xmlrpc==0.1.5 django-xmlrpc==0.1.5
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ blessings = 1.6
buildout-versions-checker = 1.9 buildout-versions-checker = 1.9
collective.recipe.sphinxbuilder = 0.8.2 collective.recipe.sphinxbuilder = 0.8.2
coverage = 3.7.1 coverage = 3.7.1
django = 1.7.7 django = 1.8
django-contrib-comments = 1.6.0 django-contrib-comments = 1.6.0
django-mptt = 0.7.2 django-mptt = 0.7.2
django-tagging = 0.3.4 django-tagging = 0.3.4
Expand Down

0 comments on commit 1907828

Please sign in to comment.