Moved in_ directory to its correct location under localflavor. I committed it in the wrong place in [5847]. Fixed #3986.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
20e3ae5222
commit
e5fb29140b
|
@ -1 +0,0 @@
|
|||
# __init__.py
|
|
@ -35,7 +35,8 @@ STATE_CHOICES = (
|
|||
'TR', 'Tripura',
|
||||
'UA', 'Uttarakhand',
|
||||
'WB', 'West Bengal',
|
||||
#Union Territories
|
||||
|
||||
# Union Territories
|
||||
'AN', 'Andaman and Nicobar',
|
||||
'CH', 'Chandigarh',
|
||||
'DN', 'Dadra and Nagar Haveli',
|
||||
|
@ -79,6 +80,5 @@ STATES_NORMALIZED = {
|
|||
'odisa': 'OR',
|
||||
'or': 'OR',
|
||||
'ar': 'AR',
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue