* Fetch the test name from pytest where possible, which pulls in its parametrized name.
Thanks to Gert Van Gool in `PR 537 <https://github.com/adamchainz/django-perf-rec/pull/537>`__.
4.22.2
-------------------
* Avoid crashing when recording cache function calls that pass ``key`` or ``keys`` as a keyword argument, like ``cache.set(key="abc", value="def")``.
Thanks to Benoît Casoetto in `PR 545 <https://github.com/adamchainz/django-perf-rec/pull/545>`__.
4.22.1
-------------------
* Fix compatibility with sqlparse 0.4.4+. sqlparse reverted a change made in 0.4.0 around ``IN``, so the old behaviour in django-perf-rec has been restored. Upgrade to avoid regenerating your performance record files.
4.22.0
-------------------
* Support Django 4.2.
4.21.0
-------------------
* Support Python 3.11.
* Support Django 4.1.
4.20.1
-------------------
* Fix 'overwrite' mode to prevent file corruption.
Thanks to Peter Law for the report in `Issue 468 <https://github.com/adamchainz/django-perf-rec/issues/468>`__.