django/docs/releases/4.1.8.txt
2023-04-05 06:09:31 +02:00

13 lines
296 B
Text

==========================
Django 4.1.8 release notes
==========================
*April 5, 2023*
Django 4.1.8 fixes a bug 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`).