summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.3.txt
blob: 420f22400f4997568cbd568b39e3eb7d412ef8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
==========================
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`).