summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.1.3.txt')
-rw-r--r--docs/releases/4.1.3.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/4.1.3.txt b/docs/releases/4.1.3.txt
index e9bc8284cd..f6be8c68df 100644
--- a/docs/releases/4.1.3.txt
+++ b/docs/releases/4.1.3.txt
@@ -9,4 +9,6 @@ Django 4.1.3 fixes several bugs in 4.1.2.
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`).