Commit 52999afa authored by Timo Graham's avatar Timo Graham
Browse files

[1.2.X] Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for the report.

Backport of r15171 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 663eb965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -414,7 +414,7 @@ calendar, and a shortcut for "Today". The JavaScript calendar will always
start the week on a Sunday.

.. note::
    As currently implemented, setting ``auto_now`` or ``auto_add_now`` to
    As currently implemented, setting ``auto_now`` or ``auto_now_add`` to
    ``True`` will cause the field to have ``editable=False`` and ``blank=True``
    set.