Opened 18 years ago
Closed 18 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)
Change History (7)
by , 18 years ago
| Attachment: | model-api-docs.diff added |
|---|
comment:1 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 18 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 , 18 years ago
| Triage Stage: | Accepted → Ready 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 , 18 years ago
and add a ticket about making this configurable
Which is what #1061 is, of course. Please ignore me ;-)
comment:5 by , 18 years ago
| Keywords: | sprintsept14 added |
|---|
comment:6 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Attached a small diff to add this note into the model-api documentation.