From 5c2c7277d4554db34c585477b269bb1acfcbbe56 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 18 Oct 2022 10:30:35 -0700 Subject: Fixed #34085 -- Made management commands don't use black for non-Python files. Bug in d113b5a837f726d1c638d76c4e88445e6cd59fd5. Co-authored-by: programmylife Co-authored-by: Carlton Gibson --- docs/releases/4.1.3.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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`). -- cgit v1.3