diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-05-07 16:58:58 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-05-07 16:58:58 +0000 |
| commit | c5f58f54fde93935bbc42ef1c3ee841933a30893 (patch) | |
| tree | e5ee0c45fbda0d1a56395893046a9e546b588cd1 | |
| parent | e282e1b3272238af26cbfdf7d05d3184bcbf8123 (diff) | |
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
| -rw-r--r-- | docs/ref/models/fields.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 8d61b90e1d..d924fe1318 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -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 |
