Django

Code

Changeset 6304

Show
Ignore:
Timestamp:
09/15/07 13:33:03 (1 year ago)
Author:
adrian
Message:

Fixed #5449 -- Noted in docs/model-api.txt that the admin date selection always starts on a Sunday. Thanks, flother

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r6213 r6304  
    179179 
    180180The admin represents this as an ``<input type="text">`` with a JavaScript 
    181 calendar and a shortcut for "Today." 
     181calendar, and a shortcut for "Today."  The JavaScript calendar will always start 
     182the week on a Sunday. 
    182183 
    183184``DateTimeField``