0
0
mirror of https://github.com/django/django.git synced 2024-11-27 17:16:33 +01:00
django/docs/releases/4.1.8.txt
2023-04-05 06:09:31 +02:00

14 lines
296 B
Plaintext

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