django/docs/releases/4.2.6.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
374 B
Plaintext
Raw Normal View History

2023-09-04 11:22:22 +00:00
==========================
Django 4.2.6 release notes
==========================
*Expected October 2, 2023*
Django 4.2.6 fixes several bugs in 4.2.5.
Bugfixes
========
* Fixed a regression in Django 4.2.5 where overriding the deprecated
``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` settings in tests caused
the main ``STORAGES`` to mutate (:ticket:`34821`).