django1/django/db/migrations
Colin Wood 27ee608b55 Fixed #22940 -- Added missing string iterpolation parameters in migrations.writer error.
Forwardport of f5740af868 from stable/1.7.x
2014-07-02 12:45:02 -04:00
..
operations Fixed #22917 -- Fixed typo in AlterIndexTogether.describe(). 2014-06-27 10:34:48 -04:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #22903 -- Fixed migration generation if index_together or unique_together is removed from a model. 2014-06-25 10:02:12 -04:00
executor.py Fixed #22881 -- Better soft_applied migration detection 2014-06-23 13:36:22 +12: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 #22875: Optimizer did not take through= into account. 2014-06-22 11:23:45 -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 Include swapped apps in autodetector state 2014-06-22 13:00:49 -07:00
writer.py Fixed #22940 -- Added missing string iterpolation parameters in migrations.writer error. 2014-07-02 12:45:02 -04:00