mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +00:00
Fixed redundant definition of connection_created
signal due to DVCS mistake. My bad.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9b00b87cf2
commit
d02ee6bd7b
@ -1,6 +1,3 @@
|
||||
from django.dispatch import Signal
|
||||
|
||||
connection_created = Signal()
|
||||
from django.dispatch import Signal
|
||||
|
||||
connection_created = Signal()
|
||||
|
Loading…
x
Reference in New Issue
Block a user