From 1b90cdcf23777a53879f92ccdc0b0d453944c596 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Tue, 11 Jan 2011 00:29:38 +0000 Subject: [PATCH] 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 --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.