Opened 17 years ago

Closed 17 years ago

#5449 closed (fixed)

[patch] Documentation should mention that the JavaScript calendar widget starts the week on a Sunday

Reported by: anonymous Owned by: flother
Component: Documentation Version: dev
Severity: Keywords: calendar admin sunday monday sprintsept14
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

While http://code.djangoproject.com/ticket/1061 is active, maybe you should change the documentation (models or admin tutorial) and say that admin selection for date start on sunday. It provides more info for non localizated english people

Many thanks,
Xan

Attachments (1)

model-api-docs.diff (534 bytes ) - added by flother 17 years ago.
Attached a small diff to add this note into the model-api documentation.

Download all attachments as: .zip

Change History (7)

by flother, 17 years ago

Attachment: model-api-docs.diff added

Attached a small diff to add this note into the model-api documentation.

comment:1 by flother, 17 years ago

Owner: changed from nobody to flother
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by flother, 17 years ago

Has patch: set
Summary: say that calendar admin starts on sunday[patch] Documentation should mention that the JavaScript calendar widget starts the week on a Sunday

comment:3 by Fredrik Lundh <fredrik@…>, 17 years ago

Triage Stage: AcceptedReady for checkin

Trivial.

I would perhaps change "The JavaScript calendar will always start the week on a Sunday." with "In the current version, the JavaScript calendar starts the week on a Sunday." and add a ticket about making this configurable.

comment:4 by Fredrik Lundh <fredrik@…>, 17 years ago

and add a ticket about making this configurable

Which is what #1061 is, of course. Please ignore me ;-)

comment:5 by Fredrik Lundh <fredrik@…>, 17 years ago

Keywords: sprintsept14 added

comment:6 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.
Back to Top