summaryrefslogtreecommitdiff
path: root/django/db/migrations/executor.py
AgeCommit message (Expand)Author
2014-01-24Fix soft-apply detection of migrations with dependenciesAndrew Godwin
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-11-27Include deferred SQL in sqlmigrate outputAndrew Godwin
2013-10-30Auto-apply initial migrations if their tables exist already.Andrew 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-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin
2013-08-11Fix weird planning issues when already fully migrated.Andrew Godwin
2013-07-26Add --fake option to migrateAndrew Godwin
2013-07-22Make migrate command recognise prefixes and 'zero'.Andrew Godwin
2013-06-07Initial stab at a migrate command, it's probably quite a way off.Andrew Godwin
2013-05-30Remove debug printsAndrew Godwin
2013-05-30Add an Executor for end-to-end runningAndrew Godwin