summaryrefslogtreecommitdiff
path: root/django/core/management/utils.py
AgeCommit message (Expand)Author
2014-11-17Simplified handle_extensions management utilityClaude Paroz
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-03-26Fixed #22335 -- Fixed popen_wrapper error on non-English Windows systems.Zbigniew Siciarz
2014-03-22Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-03-10Made (make|compile)messages check for availability of gettext commands.Ramiro Morales
2013-03-03Fixed #19942 -- Decoded errors coming from Popen commandsClaude Paroz
2013-02-26Move management helper function to new utils module.Ramiro Morales
2013-02-26Don't use os.system() in compilemessages.Ramiro Morales