Changelog for
python39-django-filter-23.5-27.1.noarch.rpm :
* Tue Jan 30 2024 Steve Kowalik
- Update to 23.5:
* Fixed OrderingFilter handling of empty values.
* Official support for Django 5.0 and Python 3.12.
* Fix DeprecationWarning for pkgutil.find_loader.
* Adds initial compatibility with Django 5.0, prior to Django 5.0a1.
* Updates packaging to use pyproject.toml and Flit.
* Deprecated the schema generation methods of the DRF related DjangoFilterBackend.
* In addition, stopped testing against the (very old now) coreapi schema generation.
* Updated Polish translations.- Switch to pyproject macros.
* Sun Mar 26 2023 Dirk Müller - update to 23.1:
* Declared support for Django 4.2.
* Various updated and new translations. Thanks to all who contributed, and Weblate for hosting.
* Fixed QueryArrayWidget.value_from_datadict() to not mutate input data.
* Thu Aug 25 2022 John Vandenberg - Trim package description- Update to v22.1
* Update supported Python and Django versions: minimal Python is now 3.7, minimum Django is now 3.2
* Added testing for Python 3.10 and Django 4.1
* Removed outdated deprecated warnings for code removed in version 2.1
* The code base is now formatted with Black
* Fri May 06 2022 Steve Kowalik - Remove unneeded BuildRequires on mock.
* Sun Jan 09 2022 John Vandenberg - Add test dependency coreapi
* Sun Dec 26 2021 John Vandenberg - Update to v21.1
* Support Django 4.0
* Mon Mar 15 2021 Markéta Machová - update to 2.4.0
* Added a MaxValueValidator to the form field for NumberFilter. This prevents a potential DoS attack if numbers with very large exponents were subsequently converted to integers.
* Added testing against Django 3.1 and Python 3.9.
* Tue Jun 09 2020 Ondřej Súkup - update to 2.3.0
* Fixed import of FieldDoesNotExist.
* Added testing against Django 3.0
* Declared support for, and added testing against, Python 3.8
* Fix filterset multiple inheritance bug
* Allowed customising default lookup expression.
* Fixed IsoDateTimeRangeFieldTests for Django 3.1
* Mon Sep 16 2019 Tomáš Chvátal - Update to 2.2.0:
* Added DjangoFilterBackend.get_schema_operation_parameters() for DRF 3.10+
* OpenAPI schema generation. (#1086)
* Added lookup_expr to MultipleChoiceFilter (#1054)
* Dropped support for EOL Python 3.4- Remove merged patch fix_tests.patch
* Wed Apr 10 2019 Ondřej Súkup - added fix_tests.patch - better compactibility with django 2.2