From d257ab46711f54375d3f8f07d9dc783e031236b7 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sat, 25 Jun 2011 12:39:38 +0000 Subject: [PATCH] Fixed #16223 -- Removed a duplicate item from India normalized states names list. Thanks traff for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16448 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/localflavor/in_/in_states.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/contrib/localflavor/in_/in_states.py b/django/contrib/localflavor/in_/in_states.py index bb4a7482ca..25b220b94a 100644 --- a/django/contrib/localflavor/in_/in_states.py +++ b/django/contrib/localflavor/in_/in_states.py @@ -79,6 +79,5 @@ STATES_NORMALIZED = { 'orisa': 'OR', 'odisa': 'OR', 'or': 'OR', - 'ar': 'AR', }