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
/
contrib
/
admin
/
bin
Age
Commit message (
Expand
)
Author
2019-08-28
Adjusted subprocess.run() calls to use arg list, rather than string.
Jon Dufresne
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-03-01
Fixed #30229 -- Removed polyfill from inlines.min.js.
Dan Wilson
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-07-21
Refs #23919 -- Updated contrib.admin's compress.py to use pathlib.
Tom Forbes
2017-03-07
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
Tim Graham
2017-02-23
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-07-17
Allowed installing closure with pip for admin JavaScript compression.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-06-09
Converted Django scripts to argparse
Claude Paroz
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-02-02
Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ...
Julien Phalip