summaryrefslogtreecommitdiff
path: root/tests/migrations/test_operations.py
AgeCommit message (Expand)Author
2015-04-30Fixed #24725 -- Allowed renaming of target models in ManyToMany relationsMarkus Holtermann
2015-04-17Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-14Refs #24354 -- Prevented repointing of relations on superclasses when migrati...Matthew Wilkes
2015-02-18Fixed #24362: Made test run each migration operation in its own schema editorShai Berger
2015-02-16Refs #24282 -- Added failing test case for assigning models of wrong type to FKMarkus Holtermann
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-15Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
2015-01-11Removed supports_binary_field flag as all backends support themClaude Paroz
2015-01-10Fixed #24110 -- Rewrote migration unapply to preserve intermediate statesMarkus Holtermann
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-09Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann
2015-01-02Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz
2015-01-02Replaced migration state render() by apps cached propertyClaude Paroz
2014-12-16Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to...Andriy Sokolovskiy
2014-12-15Refs #23947 -- Improved migrations tests table cleanup.Diego Guimarães
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-01Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz
2014-12-01Corrected a docstring in tests/migrations/test_operations.py.wrwrwr
2014-12-01Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr
2014-12-01Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann
2014-11-28Fixed #23894 -- Made deconstruct methods favor kwargs over argsMarkus Holtermann
2014-11-20Fixed duplicate index error on Oracle; refs #23859.Markus Holtermann
2014-11-19Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-17Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...Markus Holtermann
2014-11-16Removed references to the deprecated assertRaisesRegexp method.Simon Charette
2014-10-23Added missing available app in migrations test caseClaude Paroz
2014-10-23Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.Tim Graham
2014-10-09Avoided requiring sqlparse for a test.Collin Anderson
2014-10-09Skip another test if sqlparse is not availableCollin Anderson
2014-10-02Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann
2014-09-24Fixed #23426 -- Don't require double percent sign in RunSQL without parametersMarkus Holtermann
2014-09-23Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-02Fixed #22918 -- Fixed SeparateDatabaseAndState crashDave Hall
2014-08-15Fixed typo in tests/migrations/test_operations.pyTim Graham
2014-08-12Fixed #23275: Unmanaged models kept by autodetector, ignored by opsAndrew Godwin
2014-08-07Fixed #23244: Error altering FK to non-FK in migrationsAndrew Godwin
2014-08-04Fixed #23091: CreateModel and AddField were clashing with deferred SQLAndrew Godwin
2014-08-03Fixed a MySQL test failure introduced by cbb29af1aa.Simon Charette
2014-08-03Fixed #23160 -- Correctly rename models with self referential fields.Simon Charette
2014-07-28Fixed #23121: AlterModelOptions operation not changing state rightAndrew Godwin
2014-07-21Fixed #23014: Renaming not atomic with unique togetherAndrew Godwin
2014-07-21Fixed #22975: Don't call rename SQL if not neededAndrew Godwin
2014-07-15Fixed #23013 -- Fixed removing unique_together/index_together constraints in ...Tim Graham
2014-06-27Fixed #22917 -- Fixed typo in AlterIndexTogether.describe().Tim Graham
2014-06-18Fixed several flake8 errorsAlex Gaynor
2014-06-17Fix broken testAndrew Godwin
2014-06-17Fixed #22853: Swapped models are now ignored for migration operations.Andrew Godwin
2014-06-16Fixed #22844: Duplicate SQL for SQLite FKsAndrew Godwin
2014-06-15Fixed several flake8 errorsAlex Gaynor