Package omeroweb :: Package webadmin :: Module custom_forms :: Class ExperimenterModelChoiceField
[hide private]
[frames] | no frames]

Class ExperimenterModelChoiceField

source code


Instance Methods [hide private]
 
_get_choices(self) source code
 
_set_choices(self, value) source code
 
to_python(self, value)
Go through all values in queryset, looking to find 'value'.
source code
Class Variables [hide private]
  choices = property(_get_choices, _set_choices)
Method Details [hide private]

to_python(self, value)

source code 

Go through all values in queryset, looking to find 'value'. If not found raise ValidationError.