#8491 closed (fixed)
Allow settings.LOCALE_PATHS to be a list
Reported by: | Joost Cassee | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If settings.LOCALE_PATHS
is not a tuple django-admin.py compile_messages
throws an exception. The attached patch coerces it into a tuple to fix the problem. (See also ticket #8214.)
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | 8491-r8468.diff added |
---|
comment:1 by , 16 years ago
milestone: | → 1.0 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
BTW, I almost added a diff to the docs to mention the change in the documentation but decided against it. Lists are never mentioned in the settings docs.