web/formfields.py
changeset 3524 a3431f4e2f40
parent 3503 06bced8edddf
parent 3510 bf746bf4a394
child 3536 f6c9a5df80fb
equal deleted inserted replaced
3505:c0c7a944c00d 3524:a3431f4e2f40
   207         if self.sort:
   207         if self.sort:
   208             vocab = vocab_sort(vocab)
   208             vocab = vocab_sort(vocab)
   209         return vocab
   209         return vocab
   210 
   210 
   211     def form_init(self, form):
   211     def form_init(self, form):
   212         """method called before by form_build_context to trigger potential field
   212         """method called before by build_context to trigger potential field
   213         initialization requiring the form instance
   213         initialization requiring the form instance
   214         """
   214         """
   215         pass
   215         pass
   216 
   216 
   217     def process_form_value(self, form):
   217     def process_form_value(self, form):