Django 1.5 release

This commit is contained in:
Oskar Hahn 2013-02-27 12:27:54 +01:00
parent 91fe54dbd6
commit 14f062f59f
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ python:
- "2.6"
- "2.7"
install:
- easy_install https://www.djangoproject.com/download/1.5c1/tarball/
- pip install -r requirements.txt --use-mirrors
- python extras/scripts/create_local_settings.py
script:

View File

@ -1,4 +1,4 @@
Django==1.5c1
Django==1.5
django-mptt==0.5.5
reportlab==2.6
PIL==1.1.7