Package django :: Package contrib :: Package localflavor :: Package br :: Module br_states
[hide private]
[frames] | no frames]

Module br_states

source code

An alphabetical list of Brazilian states for use as `choices` in a formfield.

This exists in this standalone file so that it's only imported into memory when explicitly needed.

Variables [hide private]
  STATE_CHOICES = (('AC', 'Acre'), ('AL', 'Alagoas'), ('AP', u'A...
Variables Details [hide private]

STATE_CHOICES

Value:
(('AC', 'Acre'),
 ('AL', 'Alagoas'),
 ('AP', u'Amapá'),
 ('AM', 'Amazonas'),
 ('BA', 'Bahia'),
 ('CE', u'Ceará'),
 ('DF', 'Distrito Federal'),
 ('ES', u'Espírito Santo'),
...