------------------
- 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`` on ``BetterModelForm`` to list of fields
present in ``fieldsets``, if ``fields`` or ``exclude`` are not set
manually.
- Updated to allow ``__getitem__`` access to fieldsets.