django1/django/db/migrations
Andrew Godwin 819d5f0c89 [1.7.x] Fixed #22861: Internal migrations done first so __first__ works
Thanks to Chris Beaven.
2014-06-17 23:27:56 -07:00
..
operations [1.7.x] Fixed #22853: Swapped models are now ignored for migration operations. 2014-06-17 17:46:52 -07:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py [1.7.x] Ignore more blank throughs on swapped-out M2Ms 2014-06-16 15:10:07 -07:00
executor.py [1.7.x] Added a bunch of missing unicode_literals 2014-05-06 09:14:03 +02:00
graph.py [1.7.x] Fixed #22861: Internal migrations done first so __first__ works 2014-06-17 23:27:56 -07:00
loader.py [1.7.x] Fixed #22861: Internal migrations done first so __first__ works 2014-06-17 23:27:56 -07:00
migration.py [1.7.x] Fixed #22496: Data migrations get transactions again! 2014-05-07 14:29:04 -07:00
optimizer.py [1.7.x] Fixed #22847: Optimizer wasn't expecting unresolved FKs 2014-06-16 10:29:00 -07:00
questioner.py [1.7.x] Fixed #22676 -- makemigrations --dry-run should not ask for defaults 2014-05-24 09:56:43 -04:00
recorder.py [1.7.x] Added a bunch of missing unicode_literals 2014-05-06 09:14:03 +02:00
state.py [1.7.x] Fixed #22470: Full migration support for order_with_respect_to 2014-06-15 14:57:00 -07:00
writer.py [1.7.x] Fixed #22577: Python 3 broke on non-module migrations directory 2014-06-17 09:57:15 -07:00