Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6afd505b5b
commit
0ca28f3926
|
@ -187,7 +187,7 @@ Arguments sent with this signal:
|
||||||
``sender``
|
``sender``
|
||||||
The intermediate model class describing the :class:`ManyToManyField`.
|
The intermediate model class describing the :class:`ManyToManyField`.
|
||||||
This class is automatically created when a many-to-many field is
|
This class is automatically created when a many-to-many field is
|
||||||
defined; it you can access it using the ``through`` attribute on the
|
defined; you can access it using the ``through`` attribute on the
|
||||||
many-to-many field.
|
many-to-many field.
|
||||||
|
|
||||||
``instance``
|
``instance``
|
||||||
|
|
Loading…
Reference in New Issue