diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-10 13:12:53 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-10 13:12:53 +0000 |
| commit | fa2062d1db6e1507c1c87a42f26d11bd5a5845af (patch) | |
| tree | 34127ebf503cc159a38070e47e2149c75204829c /docs/ref | |
| parent | efa495f4f0df5f82bd1f930fec78b55af7596b4d (diff) | |
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
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index d79232e196..12372dd0f1 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -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 ---------- |
