Fixed #15941 -- Fixed DateField docs to no longer state that the admin calendar's week always starts on Sunday (refs FIRST_DAY_OF_WEEK setting). Thanks aaugustin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e282e1b327
commit
c5f58f54fd
|
@ -416,8 +416,7 @@ optional arguments:
|
||||||
it's not just a default value that you can override.
|
it's not just a default value that you can override.
|
||||||
|
|
||||||
The admin represents this as an ``<input type="text">`` with a JavaScript
|
The admin represents this as an ``<input type="text">`` with a JavaScript
|
||||||
calendar, and a shortcut for "Today". The JavaScript calendar will always
|
calendar, and a shortcut for "Today".
|
||||||
start the week on a Sunday.
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
As currently implemented, setting ``auto_now`` or ``auto_now_add`` to
|
As currently implemented, setting ``auto_now`` or ``auto_now_add`` to
|
||||||
|
|
Loading…
Reference in New Issue