From fa2062d1db6e1507c1c87a42f26d11bd5a5845af Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 10 May 2010 13:12:53 +0000 Subject: [PATCH] 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 --- 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 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 ----------