summaryrefslogtreecommitdiff
path: root/django/db/migrations/migration.py
AgeCommit message (Expand)Author
2014-07-29[1.7.x] Fixed #23092: Squashing handles external dependenciesAndrew Godwin
2014-05-07[1.7.x] Fixed #22496: Data migrations get transactions again!Andrew Godwin
2014-05-06[1.7.x] Added a bunch of missing unicode_literalsClaude Paroz
2014-04-20[1.7.x] Fixed flake8 errors.Tim Graham
2014-04-18[1.7.x] Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew 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