summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-01-11 00:29:38 +0000
committerTimo Graham <timograham@gmail.com>2011-01-11 00:29:38 +0000
commit1b90cdcf23777a53879f92ccdc0b0d453944c596 (patch)
treee7fa39e6547646558ed0a11a23a3ca159093d09f /docs
parentea774bf9a7620e71567b47489bdf6cea31e64afa (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index f622048e7f..4b286aa232 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -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.