summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.8.txt
blob: cf558702a15de1ce32e5f079c5a4d8a78c5f5ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
==========================
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`).