1
0
mirror of https://github.com/django/django.git synced 2025-07-10 12:49:13 +00:00
django/docs/releases/4.1.3.txt
Mariusz Felisiak cf69b9f7ef [4.1.x] Added release date for 4.1.3.
Backport of 635e5643b3921e278dbddf8f13ecb66f17cd6aee from main
2022-11-01 06:59:26 +01:00

15 lines
420 B
Plaintext

==========================
Django 4.1.3 release notes
==========================
*November 1, 2022*
Django 4.1.3 fixes a bug 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`).