Django

Code

Changeset 5856

Show
Ignore:
Timestamp:
08/11/07 20:19:54 (1 year ago)
Author:
mtredinnick
Message:

Moved in_ directory to its correct location under localflavor. I committed it in the wrong place in [5847]. Fixed #3986.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/localflavor/in_/in_states.py

    r5847 r5856  
    3636    'UA', 'Uttarakhand', 
    3737    'WB', 'West Bengal', 
    38     #Union Territories 
     38 
     39    # Union Territories 
    3940    'AN', 'Andaman and Nicobar', 
    4041    'CH', 'Chandigarh', 
     
    8081    'or': 'OR', 
    8182    'ar': 'AR', 
     83} 
    8284 
    83     } 
    84