summaryrefslogtreecommitdiff
path: root/django/db/migrations/migration.py
AgeCommit message (Expand)Author
2025-04-16Americanized some spellings.Adam Johnson
2022-09-27Fixed #34050 -- Replaced invalid chars in migration names with '_'.Adam Johnson
2022-07-26Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak
2022-07-08Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock
2022-04-21Fixed #33509 -- Added "(no-op)" to sqlmigrate output for operations without S...Adam Johnson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-03-12Fixed #31516 -- Improved naming of migrations with multiple operations.manav014
2021-03-12Refs #31516, Refs #31703 -- Made makemigrations always name initial migration...Adam Johnson
2020-06-24Fixed #31703 -- Made makemigrations name all initial migrations "initial".Jon Dufresne
2020-06-24Refs #31703 -- Moved MigrationAutodetector.suggest_name() to Migration.Jon Dufresne
2017-09-28Simplified various __eq__() methods.Mads Jensen
2017-08-10Fixed #28386 -- Made operations within non-atomic migrations honor the operat...Evan Grim
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed obsolete __ne__() methods.Aymeric Augustin
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2015-07-13Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov
2015-05-02Moved migration exception classes to shared moduleMarkus Holtermann
2015-04-01Fixed #24554 -- Sped up migrations by rendering initial apps when they are fi...Markus Holtermann
2015-03-30Fixed #24550 -- Added migration operation description to sqlmigrate outputMarkus Holtermann
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-11Refs #24110 -- Added a more descriptive release note and fixed a spelling mis...Markus Holtermann
2015-01-10Fixed #24110 -- Rewrote migration unapply to preserve intermediate statesMarkus Holtermann
2015-01-02Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz
2014-12-21Fixed #24017 -- Added python_2_unicode_compatible in db/migrationsJosh Schneier
2014-10-29Limited lines to 119 characters in django/{contrib,db}.Berker Peksag
2014-07-29Fixed #23092: Squashing handles external dependenciesAndrew Godwin
2014-05-07Fixed #22496: Data migrations get transactions again!Andrew Godwin
2014-05-06Added a bunch of missing unicode_literalsClaude Paroz
2014-04-20Fixed flake8 errors.Tim Graham
2014-04-18Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-18Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."Simon Charette
2014-04-17Fixed #22397 -- Issues removing M2M field with explicit through model.Andrew Gorcester
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2013-10-23Fix migration planner to fully understand squashed migrations. And test.Andrew Godwin
2013-09-25Make sqlmigrate ignore the RunPython operationAndrew Godwin
2013-09-25Add RunPython migration operation and testsAndrew Godwin
2013-06-07Initial stab at a migrate command, it's probably quite a way off.Andrew Godwin
2013-06-07Autodetector testsAndrew Godwin
2013-05-30Add an Executor for end-to-end runningAndrew Godwin
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-10First phase of loading migrations from diskAndrew Godwin