summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2022-10-18 10:30:35 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-10-20 14:38:40 -0700
commit84814412a032742e5ccef576b24dbaa0ef25fe06 (patch)
tree14fa14a48a6f59b7dd690d2645fb2d521c3259a0 /docs
parent202f5ae96a9ac2e44fac9aee0dd5ed044d323abb (diff)
[4.1.x] Fixed #34085 -- Made management commands don't use black for non-Python files.
Bug in d113b5a837f726d1c638d76c4e88445e6cd59fd5. Co-authored-by: programmylife <acmshar@gmail.com> Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of 5c2c7277d4554db34c585477b269bb1acfcbbe56 from main.
Diffstat (limited to 'docs')
-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`).