diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 212: Allow django 1.3

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

Commit Message

Zygmunt Krynicki July 19, 2011, 9:40 p.m. UTC
------------------------------------------------------------
revno: 212
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Tue 2011-07-19 23:37:16 +0200
message:
  Allow django 1.3
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-19 14:52:05 +0000
+++ setup.py	2011-07-19 21:37:16 +0000
@@ -52,7 +52,7 @@ 
     ],
     install_requires=[
         "django-staticfiles == 0.3.4",
-        'django >= 1.2.5',
+        'django >= 1.3',
         '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