summaryrefslogtreecommitdiff
path: root/django/db/migrations/loader.py
AgeCommit message (Expand)Author
2013-09-06Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.Loic Bistuer
2013-08-09utils.importlib is deprecatedAndrew Godwin
2013-07-22Make migrate command recognise prefixes and 'zero'.Andrew Godwin
2013-06-19Autodetect fields, have migrate actually workAndrew Godwin
2013-06-19Makemigration command now worksAndrew Godwin
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-06-07Initial stab at a migrate command, it's probably quite a way off.Andrew Godwin
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-10First phase of loading migrations from diskAndrew Godwin