1
0
mirror of https://github.com/django/django.git synced 2025-02-18 21:34:31 +00:00
David Wobrock 2396933ca9 Fixed -- Fixed session validation when rotation secret keys.
Bug in 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7.

Thanks Eric Zarowny for the report.
2023-03-08 10:48:04 +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`).