Fixed #5449 -- Noted in docs/model-api.txt that the admin date selection always starts on a Sunday. Thanks, flother
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
fb288d9557
commit
0639474d01
|
@ -178,7 +178,8 @@ A date field. Has a few extra optional arguments:
|
||||||
====================== ===================================================
|
====================== ===================================================
|
||||||
|
|
||||||
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."
|
calendar, and a shortcut for "Today." The JavaScript calendar will always start
|
||||||
|
the week on a Sunday.
|
||||||
|
|
||||||
``DateTimeField``
|
``DateTimeField``
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue