- Add width and height arguments to ImageWidget.
- Make ImageWidget image-detection backend-friendly, no direct use of PIL. Fixes issue #7.
- Fix default templates' rendering of labels for radio/checkbox inputs.
- Fix error redisplaying bound form with ClearableFileField.
- Automatically set
fields
onBetterModelForm
to list of fields present infieldsets
, iffields
orexclude
are not set manually. - Updated to allow
__getitem__
access to fieldsets.
- Restrict PIL import to ImageWidget only
- Added AutoResizeTextarea
- Fix ClearableFileField import in admin.py.
- Added documentation and tests for
ImageWidget
andClearableFileField
. - Moved
ClearableFileField
fromwidgets.py
tofields.py
. - Converted doctests to unittests.
- Added fieldset classes (previously existed only as a figment of the documentation).
- Initial public release.