django1/django/db/migrations
Andrew Godwin 2cee1d4642 Fixed #22861: Internal migrations done first so __first__ works
Thanks to Chris Beaven.
2014-06-17 23:28:35 -07:00
..
operations Fixed #22853: Swapped models are now ignored for migration operations. 2014-06-17 17:45:38 -07:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Ignore more blank throughs on swapped-out M2Ms 2014-06-16 15:09:27 -07:00
executor.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
graph.py Fixed #22861: Internal migrations done first so __first__ works 2014-06-17 23:28:35 -07:00
loader.py Fixed #22861: Internal migrations done first so __first__ works 2014-06-17 23:28:35 -07:00
migration.py Fixed #22496: Data migrations get transactions again! 2014-05-07 14:28:34 -07:00
optimizer.py Fixed #22847: Optimizer wasn't expecting unresolved FKs 2014-06-16 10:28:31 -07: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 #22470: Full migration support for order_with_respect_to 2014-06-15 14:56:51 -07:00
writer.py Fixed #22577: Python 3 broke on non-module migrations directory 2014-06-17 18:21:38 +02:00