django1/django/db/migrations
Andrew Godwin 9247da1032 Fixed #23315: Operational dependency fail with mixed create/add 2014-08-19 19:51:12 -07:00
..
operations Fixed #23275: Unmanaged models kept by autodetector, ignored by ops 2014-08-12 12:49:20 -07:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #23315: Operational dependency fail with mixed create/add 2014-08-19 19:51:12 -07: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 Don't treat .pyc/pyo files as migrations. Refs #23237 among others. 2014-08-08 09:57:31 +10: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 Use smart_text rather than naive forcing-to-unicode for state reading 2014-08-07 22:34:07 +10:00
writer.py Fixed #23316 -- Added datetime.time serialization in migrations. 2014-08-19 13:31:46 -04:00