mirror of
https://github.com/django/django.git
synced 2024-11-29 14:46:18 +01:00
Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
efa495f4f0
commit
fa2062d1db
@ -131,7 +131,7 @@ Arguments sent with this signal:
|
||||
The actual instance being saved.
|
||||
|
||||
``created``
|
||||
A boolean; ``True`` if a new record was create.
|
||||
A boolean; ``True`` if a new record was created.
|
||||
|
||||
pre_delete
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user