summaryrefslogtreecommitdiff
path: root/django/core/management/color.py
AgeCommit message (Expand)Author
2023-09-03Refs #34768 -- Ignored lack of just_fix_windows_console() for colorama < 0.4.6.Mariusz Felisiak
2023-09-01Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.Sulabh Katila
2023-01-18Refs #34233 -- Used @functools.cache.Nick Pope
2022-03-16Fixed #33580 -- Fixed crash when checking support for terminal colors on Wine.jochemfranken
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-19Fixed #32740 -- Caught possible exception when initializing colorama.Carlton Gibson
2020-11-11Fixed #31216 -- Added support for colorama terminal colors on Windows.MinchinWeb
2020-01-29Removed "Pocket PC" from terminal color support function.Nick Pope
2018-09-11Fixed #29560 -- Added --force-color management command option.Hasan Ramezani
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2015-07-21Fixed #25155 -- Removed an inner class in core.management.color for PyPy perf...Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-22Refactored color_style() and no_style() to improve testability. Refs #23663.Loic Bistuer
2013-12-02Fixed #13476 -- Added support for color in console output under Windows.Ramiro Morales
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-07-30Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using out...Jose L. Patino
2010-02-03Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying ...Russell Keith-Magee
2010-02-03Fixed #12754 -- Reintroduced style.ERROR_OUTPUT as an alias for style.ERROR. ...Russell Keith-Magee
2009-12-28Fixed #12112 -- Made the colors used by syntax highlighting customizable.Russell Keith-Magee
2008-08-08Fixed #8100: Jython, apparently, is now a TTY.Jacob Kaplan-Moss
2008-03-08Fixed #6223 -- When determining if terminal supports color, don't call `isatt...Gary Wilson Jr
2007-10-13Some Django coding style fixes.Gary Wilson Jr
2007-09-02Fixed #5319 -- Changed terminal colors in django.core.management.colors not t...Adrian Holovaty
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty