1
0
mirror of https://github.com/django/django.git synced 2025-03-01 12:24:31 +00:00
django/docs/releases/4.1.8.txt
David Wobrock 6937c92169 [4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.
Bug in 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7.

Thanks Eric Zarowny for the report.

Backport of 2396933ca99c6bfb53bda9e53968760316646e01 from main
2023-03-08 11:33:03 +01:00

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`).