Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13045 closed (fixed)

Expose l10n setting in generated settings.py file when beginning a new project

Reported by: efmontes Owned by: nobody
Component: Core (Management commands) Version: dev
Severity: Keywords: pycamp2010
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: yes
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

Add change needed for internationalization machinery when begining an new proyect.

Attachments (1)

13045.diff (670 bytes ) - added by efmontes 14 years ago.

Download all attachments as: .zip

Change History (6)

by efmontes, 14 years ago

Attachment: 13045.diff added

comment:1 by efmontes, 14 years ago

Has patch: set

comment:2 by Gabriel Hurley, 14 years ago

Summary: Add change needed for internationalization machinery when begining an new proyect .Expose l10n setting in generated settings.py file when beginning a new project
Triage Stage: UnreviewedDesign decision needed

comment:3 by Russell Keith-Magee, 14 years ago

Needs documentation: set
Patch needs improvement: set
Triage Stage: Design decision neededAccepted

Discussing with Jannis on IRC: USE_L10N should be set to True for new projects; legacy projects should inherit USE_L10N=False from the default global setting. There also needs to be documentation updates indicating that this is the default, and how to disable L10N if you don't want it.

comment:4 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: newclosed

(In [12786]) Fixed #13045 - Add USE_L10N to the project skeleton settings.

comment:5 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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