django1/django/db/migrations
Andrew Godwin 5826dc5282 Merge pull request #2736 from SmileyChris/migration-run_before
Fixed #22725 - Migration.run_before does nothing
2014-06-05 20:29:26 -07:00
..
operations Fixed #22496: Data migrations get transactions again! 2014-05-07 14:28:34 -07:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Made nested deconstruction support both forms of deconstruct() 2014-05-22 13:23:51 +01:00
executor.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
graph.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
loader.py Implement Migration.run_before 2014-05-29 22:42:11 +12:00
migration.py Fixed #22496: Data migrations get transactions again! 2014-05-07 14:28:34 -07:00
optimizer.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
questioner.py Fixed #22676 -- makemigrations --dry-run should not ask for defaults 2014-05-24 09:56:18 -04:00
recorder.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
state.py Fixed #22659 -- Prevent model states from sharing field instances. 2014-06-01 15:10:38 -04:00
writer.py Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package 2014-05-30 01:23:09 +03:00