2022-10-04 09:49:23 +02:00
|
|
|
==========================
|
|
|
|
Django 4.1.3 release notes
|
|
|
|
==========================
|
|
|
|
|
2022-11-01 06:54:19 +01:00
|
|
|
*November 1, 2022*
|
2022-10-04 09:49:23 +02:00
|
|
|
|
2022-11-01 06:54:19 +01:00
|
|
|
Django 4.1.3 fixes a bug in 4.1.2 and adds compatibility with Python 3.11.
|
2022-10-04 09:49:23 +02:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2022-10-18 19:30:35 +02:00
|
|
|
* Fixed a bug in Django 4.1 that caused non-Python files created by
|
|
|
|
``startproject`` and ``startapp`` management commands from custom templates
|
|
|
|
to be incorrectly formatted using the ``black`` command (:ticket:`34085`).
|