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:
Adrian Holovaty 2007-09-15 18:33:03 +00:00
parent fb288d9557
commit 0639474d01
1 changed files with 2 additions and 1 deletions

View File

@ -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
calendar and a shortcut for "Today."
calendar, and a shortcut for "Today." The JavaScript calendar will always start
the week on a Sunday.
``DateTimeField``
~~~~~~~~~~~~~~~~~