django.oldforms.CheckboxField

Here are the examples of the python api django.oldforms.CheckboxField taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: talk.org Source File: __init__.py
Function: get_manipulator_field_objs
    def get_manipulator_field_objs(self):
        return [oldforms.CheckboxField]