summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2013-09-06Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.Loic Bistuer
2013-09-04Fixed #21010 -- Changed ModelState to only copy _meta.local_fields.Loic Bistuer
2013-08-31Fixed #21008 -- Made MigrationWriter handle Promise objects.Loic Bistuer
2013-08-23Removed usage of u"" string prefix, which doesn't work on python3.2Alex Gaynor
2013-08-23Fix some small errors in the testsAndrew Godwin
2013-08-21Change autodetector changes API to be just one methodAndrew Godwin
2013-08-19Add more stringent M2M tests and fix the bug they exposedAndrew Godwin
2013-08-11Fix weird planning issues when already fully migrated.Andrew 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-22Make migrate command recognise prefixes and 'zero'.Andrew Godwin
2013-07-02Add AlterIndexTogether operationAndrew Godwin
2013-07-02Fix some bad test running under PostgreSQLAndrew Godwin
2013-07-02Autodetection of unique_together changesAndrew Godwin
2013-07-02Add unique_together altering operationAndrew Godwin
2013-06-22Autodetect ForeignKeys and add dependencies/split on circularsAndrew Godwin
2013-06-21Prompt about renames rather than doing them automaticallyAndrew Godwin
2013-06-20Autodetect field renames. HAHAHA. AHAHAHAHA. YES.Andrew 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-19First stab at some migration creation commandsAndrew Godwin
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-06-07Auto-naming for migrations and some writer fixesAndrew Godwin
2013-06-07Autodetector testsAndrew Godwin
2013-06-07Field encodingAndrew 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-30Fix graph testsAndrew Godwin
2013-05-30Add the start of some operation testsAndrew Godwin
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-19ModelState now freezes options and basesAndrew Godwin
2013-05-18Fix state tests a littleAndrew Godwin
2013-05-18Split up test and make the State classes a bit better.Andrew Godwin
2013-05-10Do some basic testing of the recorderAndrew Godwin
2013-05-10Add root_node and leaf_node functions to MigrationGraphAndrew Godwin
2013-05-10First phase of loading migrations from diskAndrew Godwin
2013-05-10Adding a dependency graph class and testsAndrew Godwin