summaryrefslogtreecommitdiff
path: root/tests/migrations/test_operations.py
AgeCommit message (Expand)Author
2014-02-02Fix regress added to migrations.test_operations.test_alter_field_pk_fkMichael Manfre
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-19Fixed a small collection of flake8 violations that had snuck inAlex Gaynor
2014-01-19Remove unicode prefix that snuck inAndrew Godwin
2014-01-19Fixed #21664: Multi-table inheritance was duplicating _ptr fieldsAndrew Godwin
2014-01-19Fixed #21783: (again) Found second source of bug, also squashed it.Andrew Godwin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-17Moved list of models inside AppConfig instances.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-11Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin
2013-12-05Fixed a flake8 errorAlex Gaynor
2013-12-04Don't make a second migration if there was a force-null-default addcol.Andrew Godwin
2013-11-06Massive migration optimiser improvements + RenameModel opnAndrew Godwin
2013-11-03Fixed all E251 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-07Fixed #21236 -- Allowed migrations to work with unique_together tuples.Javed Khan
2013-09-25Remove most errors when running migration tests twiceAndrew Godwin
2013-09-25Allow callables as the argument to RunPythonAndrew Godwin
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