summaryrefslogtreecommitdiff
path: root/tests/migrations/test_operations.py
AgeCommit message (Expand)Author
2013-09-25Add RunPython migration operation and testsAndrew Godwin
2013-09-07RunSQL migration operation and alpha SeparateDatabaseAndState op'n.Andrew Godwin
2013-08-23Fix some small errors in the testsAndrew Godwin
2013-08-19Add more stringent M2M tests and fix the bug they exposedAndrew Godwin
2013-07-30Implement allow_migrate for migration operationsAndrew Godwin
2013-07-25Add test for creating M2MsAndrew Godwin
2013-07-25Add tests for the migrate command and fix a bug they exposedAndrew Godwin
2013-07-02Add AlterIndexTogether operationAndrew Godwin
2013-07-02Fix some bad test running under PostgreSQLAndrew Godwin
2013-07-02Add unique_together altering operationAndrew Godwin
2013-06-20Autodetect field altersAndrew Godwin
2013-06-20Add AlterField and RenameField operationsAndrew Godwin
2013-06-20Add operation that renames tablesAndrew Godwin
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-06-07A bit of an autodetector and a bit of a writerAndrew Godwin
2013-05-30Add an Executor for end-to-end runningAndrew Godwin
2013-05-30Add the start of some operation testsAndrew Godwin