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:
Gabriel Hurley 2010-12-29 00:09:09 +00:00
parent 7f3210efa8
commit 1517659693
1 changed files with 2 additions and 2 deletions

View File

@ -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