django1/django/db/migrations
Andrew Godwin 7b17350a1b Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state.
Thanks to bendavis78 for the test and diagnostic work.
2014-06-12 10:22:43 -07:00
..
operations Fixed #22750, #22248: Model renaming now also alters field FKs 2014-06-07 18:18:02 -07:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #22777: Add dependency on through for autodetected M2M adds 2014-06-08 17:12:59 -07: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 Fixed flake8 errors. 2014-06-06 08:29:27 -04: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 #22823 (and partly #22563) - FKs from unmigrated apps breaking state. 2014-06-12 10:22:43 -07:00
writer.py Removed usage of deprecated django.utils.importlib. 2014-06-07 21:10:44 -04:00