diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 215: Do not require django 1.3

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

Commit Message

Zygmunt Krynicki July 20, 2011, 8:36 p.m. UTC
------------------------------------------------------------
revno: 215
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Wed 2011-07-20 22:34:22 +0200
message:
  Do not require 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 21:37:16 +0000
+++ setup.py	2011-07-20 20:34:22 +0000
@@ -52,7 +52,7 @@ 
     ],
     install_requires=[
         "django-staticfiles == 0.3.4",
-        'django >= 1.3',
+        'django >= 1.2',
         '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