Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23271 -- Fixed makemessages crash/test failure for...daphshez2015-05-011-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Simplified handle_extensions management utilityClaude Paroz2014-11-171-7/+4
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Fixed #22335 -- Fixed popen_wrapper error on non-English ...Zbigniew Siciarz2014-03-261-1/+3
* Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud2014-03-221-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Made (make|compile)messages check for availability of get...Ramiro Morales2013-03-101-3/+37
* Fixed #19942 -- Decoded errors coming from Popen commandsClaude Paroz2013-03-031-1/+8
* Move management helper function to new utils module.Ramiro Morales2013-02-271-0/+24
* Don't use os.system() in compilemessages.Ramiro Morales2013-02-271-0/+14