summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sqlall.py
AgeCommit message (Expand)Author
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2014-06-14Converted remaining management commands to argparseClaude Paroz
2013-12-29Changed sql_* to use an app config instead of a models module.Aymeric Augustin
2013-12-28Migrated built-in AppCommands to use handle_app_config.Aymeric Augustin
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-10-23Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
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