[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#633161: ITP: django-form-utils -- Enhances Django by providing better forms



Package: wnpp
Severity: wishlist
Owner: Karl Ferdinand Ebert <kfebert@gmail.com>


* Package name    : python-django-form-utils
  Version         : 0.2.0
  Upstream Author : Carl Meyer <carl@oddbird.net>
* URL             : https://bitbucket.org/carljm/django-form-utils/
* License         : BSD
  Programming Lang: Python
  Description     : Enhances Django by providing better forms

This application provides utilities for enhancing Django's form
handling:
BetterForm and BetterModelForm classes, which are subclasses of
django.forms.Form and django.forms.ModelForm, respectively.
..
BetterForm and BetterModelForm allow subdivision of forms into
fieldsets which
are iterable from a template, and also allow definition of
row_attrs which can
be accessed from the template to apply attributes to the
surrounding container
(<li>, <tr>, or whatever) of a specific form field.
..
A ClearableFileField to enhance FileField and ImageField with
a checkbox for
clearing the contents of the field.
..
An ImageWidget which display a thumbnail of the image
rather than just the
filename.
..
An AutoResizeTextarea widget which auto-resizes to
accommodate its contents.



Reply to: