summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-01-11 00:30:24 +0000
committerTimo Graham <timograham@gmail.com>2011-01-11 00:30:24 +0000
commit52999afaf5b6960837e64bf59d83cb856d1c6a3e (patch)
tree3b23e438aa51cd0614c9c2755debc2ec63ef203c
parent663eb9656a92492bb43a5a29efed9d907dc8f6ae (diff)
[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
-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 677d428349..a0cd6fbb2c 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.