Temporary fix for Django version

Change-Id: Icd5be3d3992a92386973b5a94c591797fc8b7d04
Related-Bug: #1373381
This commit is contained in:
Igor Shishkin 2014-09-24 22:25:56 +04:00
parent ca774ef5bc
commit 57a579465c
No known key found for this signature in database
GPG Key ID: 6B7414201DCED2E4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ setup(
'xmlbuilder',
'ipaddr',
'paramiko',
'django>=1.4.3',
'django<1.7',
'psycopg2',
'south',
'PyYAML',