- Add Django 4.2 support.
- Add Django 4.1 support.
- Drop Django 4.0 support.
- Drop Django 2.2 support.
- Add Python 3.11 support.
- Drop Python 3.7 support.
- Set minimum required Python version to 3.7.
- Add better documentation syntax highlighting.
- Adjust build settings and stop building deprecated universal Python 2 wheels.
- Add support for Django 4.0
- Drop support for Django 3.0 and 3.1
- Add support for Python 3.10
- Drop support for Python 3.6
- Add support for Django 3.2
- Move to GitHub Actions.
- Drop support for Django 1.11.
- Add support for Python 3.9.
- Fix Release version
- Fix Travis deployment to Jazzband site
- Feature remove attribute from field
- Added documentation for remove_attr feature
- Reformat code with black for PEP8 compatibility
- More consistent tox configuration
- adding a new templatetag, unittest and documentation
- Deprecate Python 2.7 support
- Use automatic formatting for all files
- Fix rST formatting errors.
- Add support for type attr.
- Add Python 3.7 and drop Python 3.3 support.
- Add support for double colon syntax.
- 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_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.