summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2015-01-12Fixed #24129 -- Added indicator that migrations are rendering the initial stateMarkus Holtermann
2015-01-12Fixed #24123 -- Used all available migrations to generate the initial migrati...Markus Holtermann
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-07Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are ...Markus Holtermann
2015-01-07Refs #23822 -- Made MigrationOptimizer aware of model managersMarkus Holtermann
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-05Refs #23359 -- Removed double newline from output of migrate --listMarkus Holtermann
2015-01-02Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz
2015-01-02Passed around the state between migrationsClaude Paroz
2015-01-02Replaced migration state render() by apps cached propertyClaude Paroz
2014-12-31Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-30Added test for an intermediate swappable model change in migration state.Markus Holtermann
2014-12-29Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...Markus Holtermann
2014-12-23Fixed #24037 -- Prevented data loss possibility when changing Meta.managed.Tim Graham
2014-12-22Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez
2014-12-21Fixed #24017 -- Added python_2_unicode_compatible in db/migrationsJosh Schneier
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 reverse test execution for migration manager testsMarkus Holtermann
2014-12-15Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.Andriy Sokolovskiy
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-11Fixed #23956 -- Fixed migration creation for multiple table inheritanceMarkus Holtermann
2014-12-03Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.Gavin Wahl
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 #23728 -- Added the --exit option to makemigrations.Tim Heap
2014-11-28Fixed #23894 -- Made deconstruct methods favor kwargs over argsMarkus Holtermann
2014-11-25Fixed flake8 warnings.Tim Graham
2014-11-25Fixed bug in circular dependency algo for migration dependencies.Luke Plant
2014-11-21Fixed #23794 -- Fixed migrations crash when removing a field that's part of i...Andrzej Pragacz
2014-11-20Fixed duplicate index error on Oracle; refs #23859.Markus Holtermann
2014-11-20Fixed #23844 -- Used topological sort for migration operation dependency reso...Patryk Zawadzki
2014-11-19Added another migration-executor test to avoid regressions.Carl Meyer
2014-11-19Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...Carl Meyer
2014-11-19Fixed #23872 -- Removed sensitivity of migrations tests to CWD.Carl Meyer
2014-11-19Cleaned up and reformatted autodetector testsMarkus Holtermann
2014-11-19Formatted model states in autodetector testsMarkus Holtermann
2014-11-19Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-18Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
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-11-15Fixed #23835: Changed circular dependency in DFS to be less infiniteAndrew Godwin
2014-11-15Revert "Use topological sort for migration operation dependency resolution"Tim Graham
2014-11-15Use topological sort for migration operation dependency resolutionKlaas van Schelven