Opened 19 years ago
Closed 17 years ago
#3539 closed (fixed)
LANGUAGE_CODE settings are ignored
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Core (Other) | Version: | 0.95 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
When using Django with runfcgi the language settings (settings.LANGUAGE_CODE) are get overriden.
Initially the correct files are loaded, but afterwards reset to en-us. This does not happen with runserver.
The culprit seems to be django.core.management.execute_from_command_line, which forcefully sets the language for most actions.
Commenting the call to translation.active out results in the expected behaviour.
Change History (6)
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 18 years ago
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 by , 17 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
I don't trust anonymous closers - is this really closed?
Note:
See TracTickets
for help on using tickets.
Is #4813 the same problem in another disguise?