NoneWidget

1
2
3
class NoneWidget(forms.Widget):
    def render(self, name, value, attrs=None):
        return u''

More like this

  1. SectionedForm by marinho 4 years, 11 months ago
  2. TemplatedForm by alexkoval 6 years, 2 months ago
  3. CheckboxMultiSelect with interable checkboxes by pyramids16 6 months, 3 weeks ago
  4. Add CSS class template filter by lazerscience 2 years, 6 months ago
  5. Allow disabling options in a select widget by scjody 1 year, 11 months ago

Comments

(Forgotten your password?)