- Added add_label_class filter for CSS on form labels
- Removed compatibility code for unsupported Django versions
- Fixed support for non-value attributes in Django < 1.8
- Support non-value attributes in HTML5 by setting their value to True
- update readme to make installation more clear
- shallow copy field before updating attributes
- drop Python 2.6 and Python 3.2 support
- always cast the result of render to a string
- fix import for django >= 2.0
- moved to jazzband
- fixed a regression in django-widget-tweaks v1.4 (the field is no longer deep copied).
- Django 1.7, 1.8 and 1.9 support;
- setup.py is switched to setuptools;
- testing improvements;
- Python 3.4 support is added;
- Python 2.5 is not longer supported;
- bitbucket repository is no longer supported (development is moved to github).
- added support for
WIDGET_ERROR_CLASSandWIDGET_REQUIRED_CLASStemplate variables that affect{% render_field %}.
- new
add_error_attrtemplate filter; - testing improvements.
- support for template variables is added to
render_fieldtag; - new
field_typeandwidget_typefilters.
- some issues with
render_fieldtag are fixed.
render_fieldtemplate tag.
- filters return empty strings instead of raising exceptions if field is missing;
- test running improvements;
- python 3 support;
- undocumented 'behave' filter is removed.
add_error_classfilter.
- Attributes customized in widgets are preserved;
- no more extra whitespaces;
- tests;
Initial release.