mirror of
https://github.com/django/django.git
synced 2025-02-15 03:48:26 +00:00
Bug in d113b5a837f726d1c638d76c4e88445e6cd59fd5. Co-authored-by: programmylife <acmshar@gmail.com> Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
15 lines
396 B
Plaintext
15 lines
396 B
Plaintext
==========================
|
|
Django 4.1.3 release notes
|
|
==========================
|
|
|
|
*Expected November 1, 2022*
|
|
|
|
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`).
|