﻿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
8273	Reduce amount of redundant code in django.contrib.localflavor	Piotr Lewandowski <django@…>	nobody	"There is a plenty of somehow redundant code in {{{django.contrib.localflavor}}} which leads to potentially more bugs and what is quite inconvenient -- many translation strings.

I would like to propose the patch that handles all fields with a checksum verification.

Pros:

  * a lot fewer translation strings, which is more consistent and means less work when translating Django to 50 languages,
  * DRY compatible (and all benefits that it implies).

Cons:

  * backwards incompatible,
  * new code may contain bugs (although all tests were OK).

I volunteer for further modifications of {{{django.contrib.localflavor}}} code to use {{{NumberWithChecksumField}}} if this patch is accepted."	Cleanup/optimization	closed	contrib.localflavor	dev	Normal	wontfix		jwilk@…	Accepted	1	0	0	1	0	0
