blob: 0b7ab06d549ea5e7452ae689e0dc411df09b18f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
===========================
Django 5.2.10 release notes
===========================
*Expected January 6, 2026*
Django 5.2.10 fixes several bugs in 5.2.9.
Bugfixes
========
* Fixed a bug where management command colorized help (introduced in
Python 3.14) ignored the :option:`--no-color` option and the
:envvar:`DJANGO_COLORS` setting (:ticket:`36376`).
|