summaryrefslogtreecommitdiff
path: root/django/db/migrations/__init__.py
AgeCommit message (Expand)Author
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-10First phase of loading migrations from diskAndrew Godwin
2013-05-10Adding a dependency graph class and testsAndrew Godwin