1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #34384 -- Fixed session validation when rotation secret keys.

Bug in 0dcd549bbe.

Thanks Eric Zarowny for the report.
This commit is contained in:
David Wobrock
2023-03-06 16:18:03 +01:00
committed by Mariusz Felisiak
parent 9b22457987
commit 2396933ca9
6 changed files with 69 additions and 7 deletions

View File

@@ -9,4 +9,5 @@ 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`).