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
/
migration.py
Age
Commit message (
Expand
)
Author
2015-04-01
[1.8.x] Fixed #24554 -- Sped up migrations by rendering initial apps when the...
Markus Holtermann
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-11
Refs #24110 -- Added a more descriptive release note and fixed a spelling mis...
Markus Holtermann
2015-01-10
Fixed #24110 -- Rewrote migration unapply to preserve intermediate states
Markus Holtermann
2015-01-02
Fixed #23745 -- Reused states as much as possible in migrations
Claude Paroz
2014-12-21
Fixed #24017 -- Added python_2_unicode_compatible in db/migrations
Josh Schneier
2014-10-29
Limited lines to 119 characters in django/{contrib,db}.
Berker Peksag
2014-07-29
Fixed #23092: Squashing handles external dependencies
Andrew Godwin
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-20
Fixed flake8 errors.
Tim Graham
2014-04-18
Fixed #22397 -- Issues removing M2M field with explicit through model
Andrew Gorcester
2014-04-18
Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."
Simon Charette
2014-04-17
Fixed #22397 -- Issues removing M2M field with explicit through model.
Andrew Gorcester
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2013-10-23
Fix migration planner to fully understand squashed migrations. And test.
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-06-07
Initial stab at a migrate command, it's probably quite a way off.
Andrew Godwin
2013-06-07
Autodetector tests
Andrew Godwin
2013-05-30
Add an Executor for end-to-end running
Andrew Godwin
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
2013-05-10
First phase of loading migrations from disk
Andrew Godwin