Set Django version to support smart_bytes

Djblets package won't be install if Django doesn't support smart_bytes

Change-Id: Ic6ad8aa16b4eefc8d6029cf360e0e1d8c632c488
This commit is contained in:
Ekaterina Fedorova 2013-09-16 10:56:39 +04:00
parent 81928d1e69
commit cc92d19e7d
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
d2to1>=0.2.10,<0.3
pbr>=0.5,<1.0
anyjson
bunch
iso8601>=0.1.4

View File

@ -18,4 +18,4 @@ sphinx>=1.1.2
docutils==0.9.1
# for bug 1091333, remove after sphinx >1.1.3 is released.
# docutils installs Django 1.5.2 and it's unappropriated
Django>=1.4,<1.5
Django>=1.4.2,<1.5