summaryrefslogtreecommitdiff
path: root/django/core/management/utils.py
AgeCommit message (Expand)Author
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