Kaydet (Commit) c5f58f54 authored tarafından Jannis Leidel's avatar Jannis Leidel

Fixed #15941 -- Fixed DateField docs to no longer state that the admin…

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
üst e282e1b3
......@@ -416,8 +416,7 @@ optional arguments:
it's not just a default value that you can override.
The admin represents this as an ``<input type="text">`` with a JavaScript
calendar, and a shortcut for "Today". The JavaScript calendar will always
start the week on a Sunday.
calendar, and a shortcut for "Today".
.. note::
As currently implemented, setting ``auto_now`` or ``auto_now_add`` to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment