Changeset 4967
- Timestamp:
- 04/08/07 21:24:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/localflavor/br/br_states.py
r4874 r4967 1 1 # -*- coding: utf-8 -*- 2 2 """ 3 A brazilian mapping of state misspellings/abbreviations to normalized 4 abbreviations, and an alphabetical list of states for use as `choices 5 in a formfield. 3 An alphabetical list of Brazilian states for use as `choices` in a formfield. 6 4 7 This exists in this standalone file so that it's only imported into 8 memorywhen explicitly needed.5 This exists in this standalone file so that it's only imported into memory 6 when explicitly needed. 9 7 """ 10 8
