diff options
| author | Timo Graham <timograham@gmail.com> | 2011-01-11 00:30:24 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-01-11 00:30:24 +0000 |
| commit | 52999afaf5b6960837e64bf59d83cb856d1c6a3e (patch) | |
| tree | 3b23e438aa51cd0614c9c2755debc2ec63ef203c /docs | |
| parent | 663eb9656a92492bb43a5a29efed9d907dc8f6ae (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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
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. |
