mirror of
https://github.com/django/django.git
synced 2025-07-04 09:49:12 +00:00
[1.1.X] Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the report.
Backport of r13210 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a858374828
commit
5627b26377
@ -131,7 +131,7 @@ Arguments sent with this signal:
|
|||||||
The actual instance being saved.
|
The actual instance being saved.
|
||||||
|
|
||||||
``created``
|
``created``
|
||||||
A boolean; ``True`` if a new record was create.
|
A boolean; ``True`` if a new record was created.
|
||||||
|
|
||||||
pre_delete
|
pre_delete
|
||||||
----------
|
----------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user