summaryrefslogtreecommitdiff
path: root/tests/regressiontests/commands_sql/tests.py
AgeCommit message (Collapse)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-24Add sqldropindexes to manageTomasz Rybak
Change patch from https://code.djangoproject.com/ticket/5568 to work on modern Django. Add special case for MySQL which has different syntax for DROP INDEX. Add unit tests for the new functionality.
2013-02-23Fixed Oracle specific failures in commands_sql testsAnssi Kääriäinen
2013-02-09Added tests for some sql_* management commandsClaude Paroz