mirror of
https://github.com/Hopiu/django.git
synced 2026-05-11 00:53:09 +00:00
15 lines
436 B
Text
15 lines
436 B
Text
==========================
|
|
Django 4.1.3 release notes
|
|
==========================
|
|
|
|
*Expected November 1, 2022*
|
|
|
|
Django 4.1.3 fixes several bugs in 4.1.2 and adds compatibility with Python
|
|
3.11.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* 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`).
|