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 ind113b5a837. Co-authored-by: programmylife <acmshar@gmail.com> Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of5c2c7277d4from main.
This commit is contained in:
committed by
Mariusz Felisiak
parent
202f5ae96a
commit
84814412a0
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user