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
This commit is contained in:
parent
219a794217
commit
d257ab4671
|
@ -79,6 +79,5 @@ STATES_NORMALIZED = {
|
||||||
'orisa': 'OR',
|
'orisa': 'OR',
|
||||||
'odisa': 'OR',
|
'odisa': 'OR',
|
||||||
'or': 'OR',
|
'or': 'OR',
|
||||||
'ar': 'AR',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue