Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2011-01-11 00:29:38 +00:00
parent ea774bf9a7
commit 1b90cdcf23
1 changed files with 1 additions and 1 deletions

View File

@ -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.