Package django :: Package contrib :: Package localflavor :: Package ar :: Module forms :: Class ARProvinceSelect
[hide private]
[frames] | no frames]

Class ARProvinceSelect

source code

             object --+        
                      |        
newforms.widgets.Widget --+    
                          |    
    newforms.widgets.Select --+
                              |
                             ARProvinceSelect

A Select widget that uses a list of Argentinean provinces/autonomous cities as its choices.

Instance Methods [hide private]
 
__init__(self, attrs=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from newforms.widgets.Select: render

Inherited from newforms.widgets.Widget: __deepcopy__, build_attrs, value_from_datadict

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]

Inherited from newforms.widgets.Widget: id_for_label

Class Variables [hide private]

Inherited from newforms.widgets.Widget: is_hidden, needs_multipart_form

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, attrs=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)