summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2014-12-02[1.7.x] Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz
2014-12-01[1.7.x] Fixed flake8 warnings.Tim Graham
2014-12-01[1.7.x] Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann
2014-11-26[1.7.x] Fixed #23872 -- Removed sensitivity of migrations tests to CWD.Carl Meyer
2014-11-26[1.7.x] Fixed bug in circular dependency algo for migration dependencies.Luke Plant
2014-11-21[1.7.x] Fixed #23794 -- Fixed migrations crash when removing a field that's p...Andrzej Pragacz
2014-11-20[1.7.x] Fixed duplicate index error on Oracle; refs #23859.Markus Holtermann
2014-11-19[1.7.x] Cleaned up and reformatted autodetector testsMarkus Holtermann
2014-11-19[1.7.x] Formatted model states in autodetector testsMarkus Holtermann
2014-11-19[1.7.x] Fixed #23410 -- Avoided unnecessary rollbacks in related apps when mi...Carl Meyer
2014-11-19[1.7.x] Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-18[1.7.x] Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
2014-11-17[1.7.x] Fixed #23859 -- Fixed a migration crash when a field is renamed that ...Markus Holtermann
2014-11-06[1.7.x] Fixed #23770 -- Changed serialization strategy for floats with respec...Markus Holtermann
2014-10-29[1.7.x] Fixed #23614 -- Changed the way the migration autodetector orders uni...Markus Holtermann
2014-10-23[1.7.x] Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.Tim Graham
2014-10-20[1.7.x] Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.Tianyi Wang
2014-10-09[1.7.x] Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL c...Markus Holtermann
2014-10-09[1.7.x] Fixed #23365 -- Added support for timezone-aware datetimes to migrati...Rudy Mutter
2014-09-27[1.7.x] Fixed #23560 -- Fixed MigrationWrite to handle builtin types without ...Loic Bistuer
2014-09-25[1.7.x] Fixed #23415 -- Added fields for unmanaged and proxy model migrations.Markus Holtermann
2014-09-24[1.7.x] Revert "Fixed #23474 -- Prevented migrating backwards from unapplying...Tim Graham
2014-09-24[1.7.x] Fixed #23426 -- Don't require double percent sign in RunSQL without p...Markus Holtermann
2014-09-23[1.7.x] Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-19[1.7.x] Fixed some flake8 errors.Tim Graham
2014-09-15[1.7.x] Fixed #23474 -- Prevented migrating backwards from unapplying the wro...valtron
2014-09-12[1.7.x] Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesCarl Meyer
2014-09-10[1.7.x] Corrected grammar in migrations error message.Markus Bertheau
2014-09-10[1.7.x] Fixed #23452 -- Prevented infinite migrations for empty unique/index_...Markus Holtermann
2014-09-08[1.7.x] Fixed broken test from da160d440f; refs #23418.Markus Holtermann
2014-09-08[1.7.x] Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann
2014-09-08[1.7.x] Fixed #22951 -- Checked for types during deep_deconstruct migration s...Andrew Pinkham
2014-09-05[1.7.x] Fix Python 3 incompatabilityAndrew Godwin
2014-09-05[1.7.x] switch out recursive dfs for stack based approach, to avoid possibly ...Ben Reilly
2014-09-02[1.7.x] Fixed #22918 -- Fixed SeparateDatabaseAndState crashDave Hall
2014-08-23[1.7.x] Fixed #23341 -- Added migration name to nonexistent migration error i...Raffaele Salmaso
2014-08-23[1.7.x] Fixed #23352 -- Added tests for MigrationGraph.{forwards,backwards}_planRaffaele Salmaso
2014-08-20[1.7.x] Fixed #23322 -- Use resolved swappable model for dependency resolutio...Markus Holtermann
2014-08-20[1.7.x] Fixed migrations tests added in refs #23315.Tim Graham
2014-08-19[1.7.x] Fixed #23315: Operational dependency fail with mixed create/addAndrew Godwin
2014-08-19[1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19[1.7.x] Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610d...Baptiste Mispelon
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...Baptiste Mispelon
2014-08-15[1.7.x] Fixed typo in tests/migrations/test_operations.pyTim Graham
2014-08-12[1.7.x] Fixed #23275: Unmanaged models kept by autodetector, ignored by opsAndrew Godwin
2014-08-07[1.7.x] Fixed #23244: Error altering FK to non-FK in migrationsAndrew Godwin
2014-08-04[1.7.x] Fixed #23091: CreateModel and AddField were clashing with deferred SQLAndrew Godwin
2014-08-03[1.7.x] Fixed a MySQL test failure introduced by cbb29af1aa.Simon Charette
2014-08-03[1.7.x] Fixed #23160 -- Correctly rename models with self referential fields.Simon Charette
2014-07-29[1.7.x] Fixed #23101: Prefer doing deletes before creates in autodetector.Andrew Godwin