django1/django/db/migrations
Andrew Godwin e9cb333bc3 Auto-apply initial migrations if their tables exist already. 2013-10-30 15:17:49 +00:00
..
operations Use `callable` instead of `six.callable`. 2013-10-29 21:53:51 +01:00
__init__.py Start adding operations that work and tests for them 2013-05-29 17:47:10 +01:00
autodetector.py Fixed #21114 -- Migrations must not have a dependency to themselves. 2013-09-17 11:47:19 -04: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 migration planner to fully understand squashed migrations. And test. 2013-10-23 22:56:54 +01:00
migration.py Fix migration planner to fully understand squashed migrations. And test. 2013-10-23 22:56:54 +01:00
optimizer.py Improve migration optimizer to be able to optimize through other ops 2013-10-16 11:09:33 +01:00
recorder.py Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
state.py Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. 2013-10-10 11:09:42 -04:00
writer.py Fixed #21275 -- Fixed a serializer error when generating migrations for contrib.auth. 2013-10-21 14:54:52 -04:00