diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-09-15 18:33:03 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-09-15 18:33:03 +0000 |
| commit | 0639474d01cc0457dd1ac43d3dae47d9329dc103 (patch) | |
| tree | 3f4fc87a582946234eb3dcddd03b6ed08be04796 | |
| parent | fb288d95574fddad38763beebbdbe918a2639d4d (diff) | |
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
| -rw-r--r-- | docs/model-api.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index a8af05f676..1f0bb60285 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -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`` ~~~~~~~~~~~~~~~~~ |
