Author: jbronn
Date: 2009-03-29 22:11:12 -0500 (Sun, 29 Mar 2009)
New Revision: 10187

Modified:
   django/trunk/django/db/backends/signals.py
Log:
Fixed redundant definition of `connection_created` signal due to DVCS mistake.  
My bad.


Modified: django/trunk/django/db/backends/signals.py
===================================================================
--- django/trunk/django/db/backends/signals.py  2009-03-30 03:03:37 UTC (rev 
10186)
+++ django/trunk/django/db/backends/signals.py  2009-03-30 03:11:12 UTC (rev 
10187)
@@ -1,6 +1,3 @@
 from django.dispatch import Signal
 
 connection_created = Signal()
-from django.dispatch import Signal
-
-connection_created = Signal()


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to