Opened 18 years ago
Closed 18 years ago
#5489 closed (fixed)
Changes on set_language generic view from i18n not reflected in docs
| Reported by: | Manuel Saelices | Owned by: | Manuel Saelices |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | i18n | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In [6177] was changed set_language_view() to require POST request instead of GET, in accordance with the HTTP spec.
This is not documented on doc i18n.txt.
Attachments (1)
Change History (3)
by , 18 years ago
comment:1 by , 18 years ago
| Has patch: | set |
|---|---|
| Keywords: | i18n added |
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6272]) Fixed #5489 -- Updated docs to reflect the changes in [6177]. Thanks, msaelices.