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:
Jannis Leidel 2011-05-07 16:58:58 +00:00
parent e282e1b327
commit c5f58f54fd
1 changed files with 1 additions and 2 deletions

View File

@ -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