~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/base/forms.py

  • Committer: William Grant
  • Date: 2010-02-12 04:07:23 UTC
  • Revision ID: grantw@unimelb.edu.au-20100212040723-ss5gt2pcq4l99ddh
Document the validator's state.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
    @property
27
27
    def validator(self):
28
 
        """The FormEncode validator to use."""
 
28
        """The FormEncode validator to use.
 
29
 
 
30
        The request will be passed in as state, after potentially being
 
31
        modified by populate_state().
 
32
        """
29
33
        raise NotImplementedError()
30
34
 
31
35
    def populate_state(self, state):