django/docs/releases/4.1.8.txt

14 lines
312 B
Plaintext

==========================
Django 4.1.8 release notes
==========================
*Expected April 3, 2023*
Django 4.1.8 fixes several bugs in 4.1.7.
Bugfixes
========
* Fixed a bug in Django 4.1 that caused invalidation of sessions when rotating
secret keys with ``SECRET_KEY_FALLBACKS`` (:ticket:`34384`).