1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[4.1.x] Fixed #34085 -- Made management commands don't use black for non-Python files.

Bug in d113b5a837.

Co-authored-by: programmylife <acmshar@gmail.com>
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>

Backport of 5c2c7277d4 from main.
This commit is contained in:
Carlton Gibson
2022-10-18 10:30:35 -07:00
committed by Mariusz Felisiak
parent 202f5ae96a
commit 84814412a0
4 changed files with 26 additions and 4 deletions

View File

@@ -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`).