Changelog for
python311-django-perf-rec-4.26.0-lp160.12.3.noarch.rpm :
* Mon Jul 08 2024 Dirk Müller
- update to 4.26.0:
* Support Django 5.1.
* Optimize sql_fingerprint() a bit, yielding ~2% savings.
* Tue Dec 05 2023 Dirk Müller - update to 4.25.0:
* Support Django 5.0.
* Tue Jul 11 2023 Dirk Müller - update to 4.24.0:
* Drop Python 3.7 support.
* Mon Jun 26 2023 Markéta Machová - Update to 4.23.0
* Support Django from 3.2 to 4.2.
* Support Python from 3.7 to 3.12.
* Stop distributing tests to reduce package size.
* Re-add simplification of SQL IN clauses to always use (...).
* Support arbitrary collections of keys being passed to Django cache operations.
* Add type hints.
* Add new MODE option, \'overwrite\', which creates or updates missing records silently.
* Fix compatibility with sqlparse 0.4.4+.
* Fri Jan 07 2022 John Vandenberg - Skip Tumbleweed Python 3.6 incompatible with Django 4
* Mon Jan 04 2021 Markéta Machová - Update to 4.11.0
* Drop Python 3.5 support, support Python 3.9.
* Remove ORM patching.
* Drop Django 2.0 and 2.1 support.
* Upgrade for sqlparse 0.4.0+. This required changing how SQL lists of one element are simplified, e.g. IN (1) will now be simplified to IN (#) instead of IN (...). You should regenerate your performance record files to match.
* Sat Oct 10 2020 John Vandenberg - Activate test suite
* Mon Jun 29 2020 John Vandenberg - Initial spec for v4.7.0