index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
termcolors.py
Age
Commit message (
Expand
)
Author
2019-12-27
Fixed typo in django/utils/termcolors.py docstring.
leollon
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-11
Added missing roles/options to parse_color_setting()'s docstring.
Nick Pope
2015-11-18
Removed redundant termcolors.
Tim Graham
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-09-23
Fixed #25439 -- Added `SUCCESS` style to termcolor palettes
Matt Deacalion Stevens
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-26
Fix "OK" alignment in migrate output
Andrew Godwin
2013-06-07
Initial stab at a migrate command, it's probably quite a way off.
Andrew Godwin
2013-02-01
Fixed #19663 -- Allowed None in colorize() text parameter
Claude Paroz
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2010-03-18
Fixed #12849 -- Corrected the way strings are encoded for display by the colo...
Russell Keith-Magee
2010-01-23
Added color configuration for HTTP 304, since it doesn't require as much atte...
Russell Keith-Magee
2010-01-04
Fixed #7679 -- Added (configurable) highlighting colors to the development se...
Russell Keith-Magee
2009-12-28
Fixed #12112 -- Made the colors used by syntax highlighting customizable.
Russell Keith-Magee
2006-07-21
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty