Explorar el Código

Use shorter URL in comment :)

Ask Solem hace 15 años
padre
commit
eb539fe2c0
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      celery/loaders/djangoapp.py

+ 2 - 3
celery/loaders/djangoapp.py

@@ -21,9 +21,8 @@ class Loader(BaseLoader):
         multiprocessing environment.
 
         """
-        # See: http://groups.google.com/group/django-users/browse_thread/
-        #       thread/78200863d0c07c6d/38402e76cf3233e8?hl=en&lnk=gst&
-        #       q=multiprocessing#38402e76cf3233e8
+
+        # See http://groups.google.com/group/django-users/browse_thread/thread/78200863d0c07c6d/
         from django.db import connection
         connection.close()