Commit 5627b263 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[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
parent a8583748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
----------