Opened 17 years ago

Closed 17 years ago

#5395 closed (fixed)

Error in settings.py, line 26-28

Reported by: mikkel@… Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

settings.py (in a newly started project) states this:

# Language code for this installation. All choices can be found here:
# http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
LANGUAGE_CODE = 'en-us'

That is, however, not true. The document at that URI does in fact not have a list of applicable choices. It describes the syntax for them, however.

Either the text should be changed or we should find a location where all choices can be found (which I think would be more helpful).

Change History (2)

comment:1 by Jarek Zgoda <jarek.zgoda@…>, 17 years ago

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [6123]) Fixed #5395 -- Changed URL of all language codes in project_template/settings.py. Thanks, Jarek Zgoda and mikkel@…

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