diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 209: Drop the requirements to use django < 1.3, we can work with 1.3 really

Message ID 20110719145912.30492.29597.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki July 19, 2011, 2:59 p.m. UTC
------------------------------------------------------------
revno: 209
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Tue 2011-07-19 16:52:05 +0200
message:
  Drop the requirements to use django < 1.3, we can work with 1.3 really
modified:
  setup.py


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'setup.py'
--- setup.py	2011-07-13 10:25:14 +0000
+++ setup.py	2011-07-19 14:52:05 +0000
@@ -52,7 +52,7 @@ 
     ],
     install_requires=[
         "django-staticfiles == 0.3.4",
-        'django < 1.3',
+        'django >= 1.2.5',
         'django-openid-auth >= 0.2',
         'linaro-django-xmlrpc >= 0.4',
         'python-openid >= 2.2.4',  # this should be a part of django-openid-auth deps