summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sqlsequencereset.py
AgeCommit message (Expand)Author
2010-04-01Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m change...Russell Keith-Magee
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
2007-08-20Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...Adrian Holovaty
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty