---
title: "Django 4.1.8 release notes"
version: 4.1
locale: ja
source: https://docs.djangoproject.com/ja/4.1/releases/4.1.8/
canonical: https://djangodocs.dev/ja/4.1/releases/4.1.8/
---
# 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` ([#34384](https://code.djangoproject.com/ticket/34384)).
