summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sqlall.py
AgeCommit message (Expand)Author
2008-06-19Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management comm...Russell Keith-Magee
2008-02-12Further clarification of help message for ./manage.py sqlall, this time using...Russell Keith-Magee
2008-02-12Clarified help message for ./manage.py sqlallRussell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty