- 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_CLASS
andWIDGET_REQUIRED_CLASS
template variables that affect{% render_field %}
.
- new
add_error_attr
template filter; - testing improvements.
- support for template variables is added to
render_field
tag; - new
field_type
andwidget_type
filters.
- some issues with
render_field
tag are fixed.
render_field
template 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_class
filter.
- Attributes customized in widgets are preserved;
- no more extra whitespaces;
- tests;
Initial release.