- Fix `AttributeError: 'BaseFilterSet' object has no attribute 'is_valid'` issue.
0.4.1
----- 2023-02-23
- Fix issue with adding ``help_text``.
0.4.0
----- 2022-12-24
- Drop support for Python < 3.7. - Drop support for Django < 2.2. - Tested against Python 3.9, 3.10 and 3.11. - Tested against Django 3.1, 3.2, 4.0 and 4.1. - Apply ``black``, ``isort`` and ``ruff``. - Fix GitHub CI.
0.3.5
----- 2020-03-23
- Tested against Python 3.8. - Tested against Django 3.0.