diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-06-25 12:39:38 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-06-25 12:39:38 +0000 |
| commit | d257ab46711f54375d3f8f07d9dc783e031236b7 (patch) | |
| tree | 5b4eafdeebb5031e50004bebc8e2acca3c1df860 | |
| parent | 219a79421745b90b2e8976b7a83c3435c337237f (diff) | |
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
| -rw-r--r-- | django/contrib/localflavor/in_/in_states.py | 1 |
1 files changed, 0 insertions, 1 deletions
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', } |
