summaryrefslogtreecommitdiff
path: root/django/db/migrations/operations/special.py
AgeCommit message (Expand)Author
2026-02-02Fixed #36893 -- Serialized elidable kwarg for RunSQL and RunPython operations.SnippyCodes
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-06-14Refs #27914 -- Used __qualname__ in model operations' deconstruct().chillaranand
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Fixed #27666 -- Delayed rendering of recursivly related models in migration o...Markus Holtermann
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-01-23Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.Simon Charette
2016-01-07Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards().Amos Onn
2015-12-09Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backward...Amos Onn
2015-04-05Refs #24278 -- Allowed multi-line serializations in OperationWriter.Marten Kenbeek
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
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-02Replaced migration state render() by apps cached propertyClaude Paroz
2014-11-28Fixed #23894 -- Made deconstruct methods favor kwargs over argsMarkus Holtermann
2014-11-22Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"Carl Meyer
2014-11-22Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer
2014-11-20Fixed #23844 -- Used topological sort for migration operation dependency reso...Patryk Zawadzki
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-02Fixed #22918 -- Fixed SeparateDatabaseAndState crashDave Hall
2014-05-07Fixed #22496: Data migrations get transactions again!Andrew Godwin
2014-05-06Added a bunch of missing unicode_literalsClaude Paroz
2014-04-26Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-02-28Fix keyword agument names in RunPython to be positionalAndrew Godwin
2014-02-23Fixed #22095 -- Enabled backward migrations for RunPython operationsAndrew Gorcester
2014-02-12Remove redunant code from RunPython operationAndrew Godwin
2014-02-09Removed unused imports + other flake8 fixes.Tim Graham
2014-02-09Fixed #21892: RunPython no longer accepts stringsAndrew Godwin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-10-29Use `callable` instead of `six.callable`.Baptiste Mispelon
2013-09-25Add reverse_code optional argument to RunPythonAndrew Godwin
2013-09-25Allow callables as the argument to RunPythonAndrew Godwin
2013-09-25Make sqlmigrate ignore the RunPython operationAndrew Godwin
2013-09-25Add RunPython migration operation and testsAndrew Godwin
2013-09-14REmoved some unused importsAlex Gaynor
2013-09-07RunSQL migration operation and alpha SeparateDatabaseAndState op'n.Andrew Godwin