diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 367: one more 1.4 thing, just a comment this time

Message ID 20120507235410.17894.14140.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson May 7, 2012, 11:54 p.m. UTC
------------------------------------------------------------
revno: 367
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2012-05-07 16:14:55 +1200
message:
  one more 1.4 thing, just a comment this time
modified:
  lava_server/manage.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 'lava_server/manage.py'
--- lava_server/manage.py	2012-01-10 21:37:32 +0000
+++ lava_server/manage.py	2012-05-07 04:14:55 +0000
@@ -110,6 +110,7 @@ 
                 instance=self.args.instance)
             os.environ["DJANGO_DEBIAN_SETTINGS_TEMPLATE"] = ddst
         settings = __import__(settings_module, fromlist=[''])
+        # XXX execute_manager is deprecated in Django 1.4.
         from django.core.management import execute_manager
         execute_manager(settings, ['lava-server'] + self.args.command)