django1/django/db/migrations
Andrew Godwin 96dd48c83f Change initial migration writing to work as docs suggest.
Application template now includes an empty migrations module, and
the autodetector will only make initial migrations for apps with
empty modules.
2013-11-27 12:34:31 +00:00
..
operations flake8 fixes 2013-11-06 20:00:48 -08:00
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
autodetector.py Change initial migration writing to work as docs suggest. 2013-11-27 12:34:31 +00:00
executor.py Auto-apply initial migrations if their tables exist already. 2013-10-30 15:17:49 +00:00
graph.py Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
loader.py Fix squashed migration loading ordering issue 2013-11-27 12:29:22 +00:00
migration.py Fix migration planner to fully understand squashed migrations. And test. 2013-10-23 22:56:54 +01:00
optimizer.py flake8 fixes 2013-11-06 20:00:48 -08:00
recorder.py Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
state.py Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
writer.py Fixed #21275 -- Fixed a serializer error when generating migrations for contrib.auth. 2013-10-21 14:54:52 -04:00