Kaydet (Commit) d02ee6bd authored tarafından Justin Bronn's avatar Justin Bronn

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
üst 9b00b87c
from django.dispatch import Signal from django.dispatch import Signal
connection_created = Signal() connection_created = Signal()
from django.dispatch import Signal
connection_created = Signal()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment