summaryrefslogtreecommitdiff
path: root/django/core/management/commands/reset.py
AgeCommit message (Expand)Author
2012-03-31Removed the deprecated reset and sqlreset management commands.Aymeric Augustin
2012-03-10Fixed #17820 -- Fixed more occurrences of redundant handling of management co...Ramiro Morales
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-04-02Advanced deprecations in core.mail, core.commands, core.context_processors an...Russell Keith-Magee
2010-12-12Fixed #14268 -- Start the deprecation of the reset and sqlreset management co...Jannis Leidel
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty