django1/django/db/migrations
Simon Charette cbb29af1aa Fixed #23160 -- Correctly rename models with self referential fields.
Thanks to whitews AT gmail for the report.
2014-08-03 15:27:01 -04:00
..
operations Fixed #23160 -- Correctly rename models with self referential fields. 2014-08-03 15:27:01 -04:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed flake8 warnings. 2014-07-31 08:06:46 -04:00
executor.py Fix soft_applied in a way that doesn't break tests 2014-07-29 09:24:07 -07:00
graph.py Fixed #22861: Internal migrations done first so __first__ works 2014-06-17 23:28:35 -07:00
loader.py Restore support for reading __latest__ for compatability 2014-07-25 09:43:54 -07:00
migration.py Fixed #23092: Squashing handles external dependencies 2014-07-29 10:22:00 -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 Fixed #23013 -- Fixed removing unique_together/index_together constraints in migrations. 2014-07-15 15:20:59 -04:00
writer.py Fixed #22983: Alert when squashing RunPython operations with referred functions. 2014-07-11 19:00:39 -07:00