Fixed a Sphinx formatting problem in the signals reference docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15092 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7f3210efa8
commit
1517659693
|
@ -485,8 +485,8 @@ Arguments sent with this signal:
|
|||
|
||||
sender
|
||||
The database wrapper class -- i.e.
|
||||
:class: `django.db.backends.postgresql_psycopg2.DatabaseWrapper` or
|
||||
:class: `django.db.backends.mysql.DatabaseWrapper`, etc.
|
||||
:class:`django.db.backends.postgresql_psycopg2.DatabaseWrapper` or
|
||||
:class:`django.db.backends.mysql.DatabaseWrapper`, etc.
|
||||
|
||||
connection
|
||||
The database connection that was opened. This can be used in a
|
||||
|
|
Loading…
Reference in New Issue