[Python-modules-commits] r30180 - in packages/django-celery/trunk/debian/patches (2 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Sun Aug 17 00:30:38 UTC 2014


    Date: Sunday, August 17, 2014 @ 00:30:37
  Author: bam
Revision: 30180

Really add the patch.

Added:
  packages/django-celery/trunk/debian/patches/remove_validate.patch
Modified:
  packages/django-celery/trunk/debian/patches/series

Added: packages/django-celery/trunk/debian/patches/remove_validate.patch
===================================================================
--- packages/django-celery/trunk/debian/patches/remove_validate.patch	                        (rev 0)
+++ packages/django-celery/trunk/debian/patches/remove_validate.patch	2014-08-17 00:30:37 UTC (rev 30180)
@@ -0,0 +1,20 @@
+Index: django-celery/djcelery/management/commands/celery.py
+===================================================================
+--- django-celery.orig/djcelery/management/commands/celery.py	2014-04-01 01:40:49.000000000 +1100
++++ django-celery/djcelery/management/commands/celery.py	2014-08-13 13:09:17.266026523 +1000
+@@ -11,15 +11,12 @@
+ class Command(CeleryCommand):
+     """The celery command."""
+     help = 'celery commands, see celery help'
+-    requires_model_validation = True
+     options = (CeleryCommand.options
+                + base.get_options()
+                + base.preload_options)
+ 
+     def run_from_argv(self, argv):
+         argv = self.handle_default_options(argv)
+-        if self.requires_model_validation:
+-            self.validate()
+         base.execute_from_commandline(
+             ['{0[0]} {0[1]}'.format(argv)] + argv[2:],
+         )

Modified: packages/django-celery/trunk/debian/patches/series
===================================================================
--- packages/django-celery/trunk/debian/patches/series	2014-08-16 22:14:02 UTC (rev 30179)
+++ packages/django-celery/trunk/debian/patches/series	2014-08-17 00:30:37 UTC (rev 30180)
@@ -1,3 +1,3 @@
-remove_validate
+remove_validate.patch
 fix_dependencies.patch
 no-issues.patch




More information about the Python-modules-commits mailing list