From 5627b26377dff1bf53690279e6792748f33f9043 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 10 May 2010 13:26:47 +0000 Subject: [PATCH] [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 --- docs/ref/signals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index b54a895000..c1dd1ae2d2 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 ----------