summaryrefslogtreecommitdiff
path: root/django/contrib/admin/bin
AgeCommit message (Expand)Author
2017-11-07Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.Дилян Палаузов
2017-07-21Refs #23919 -- Updated contrib.admin's compress.py to use pathlib.Tom Forbes
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-07-17Allowed installing closure with pip for admin JavaScript compression.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-06-09Converted Django scripts to argparseClaude Paroz
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-02-02Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ...Julien Phalip