diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-10-18 10:30:35 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-10-20 13:38:31 -0700 |
| commit | 5c2c7277d4554db34c585477b269bb1acfcbbe56 (patch) | |
| tree | 7d1084d32f9618d57bb20fea3a9261b21627090c /docs | |
| parent | d62563cbb194c420f242bfced52b37d6638e67c6 (diff) | |
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>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.3.txt | 4 |
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`). |
