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