index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
migrations
/
operations
/
special.py
Age
Commit message (
Expand
)
Author
2026-02-02
Fixed #36893 -- Serialized elidable kwarg for RunSQL and RunPython operations.
SnippyCodes
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-01-17
Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...
Amir Karimi
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-06-14
Refs #27914 -- Used __qualname__ in model operations' deconstruct().
chillaranand
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Fixed #27666 -- Delayed rendering of recursivly related models in migration o...
Markus Holtermann
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-01-23
Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.
Simon Charette
2016-01-07
Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards().
Amos Onn
2015-12-09
Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backward...
Amos Onn
2015-04-05
Refs #24278 -- Allowed multi-line serializations in OperationWriter.
Marten Kenbeek
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-01-10
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2015-01-09
Fixed #24098 -- Added no-op attributes to RunPython and RunSQL
Markus Holtermann
2015-01-02
Replaced migration state render() by apps cached property
Claude Paroz
2014-11-28
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-22
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
Carl Meyer
2014-11-22
Fixed #23892 -- Made deconstructible classes forwards compatible
Carl Meyer
2014-11-20
Fixed #23844 -- Used topological sort for migration operation dependency reso...
Patryk Zawadzki
2014-10-02
Fixed #23426 -- Allowed parameters in migrations.RunSQL
Markus Holtermann
2014-09-24
Fixed #23426 -- Don't require double percent sign in RunSQL without parameters
Markus Holtermann
2014-09-02
Fixed #22918 -- Fixed SeparateDatabaseAndState crash
Dave Hall
2014-05-07
Fixed #22496: Data migrations get transactions again!
Andrew Godwin
2014-05-06
Added a bunch of missing unicode_literals
Claude Paroz
2014-04-26
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-02-28
Fix keyword agument names in RunPython to be positional
Andrew Godwin
2014-02-23
Fixed #22095 -- Enabled backward migrations for RunPython operations
Andrew Gorcester
2014-02-12
Remove redunant code from RunPython operation
Andrew Godwin
2014-02-09
Removed unused imports + other flake8 fixes.
Tim Graham
2014-02-09
Fixed #21892: RunPython no longer accepts strings
Andrew Godwin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-10-29
Use `callable` instead of `six.callable`.
Baptiste Mispelon
2013-09-25
Add reverse_code optional argument to RunPython
Andrew Godwin
2013-09-25
Allow callables as the argument to RunPython
Andrew Godwin
2013-09-25
Make sqlmigrate ignore the RunPython operation
Andrew Godwin
2013-09-25
Add RunPython migration operation and tests
Andrew Godwin
2013-09-14
REmoved some unused imports
Alex Gaynor
2013-09-07
RunSQL migration operation and alpha SeparateDatabaseAndState op'n.
Andrew Godwin