﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15505	Feature request: disable localization in some model fields	Denilson Figueiredo de Sá	nobody	"In 1.2, we now have L10N, so now Integer fields automatically have the thousand separator. That's a neat addition.

Also, we have a ""localize"" parameter to Form fields, setting if they should be localized or not.
http://docs.djangoproject.com/en/dev/ref/forms/fields/#localize

However... I miss such ""localize"" parameter at the Model itself. For me, it makes sense to set some fields as ""do not localize"". For instance, suppose I have a IntegerField that holds a barcode. It makes no sense to ever localize such field, so I would like to tell this to Django.

Suggestion: add ""localize"" parameter also to model fields."		closed	Uncategorized	1.2		invalid			Unreviewed	0	0	0	0	0	0
