django1/django/db/migrations
Andrew Godwin 1f5268a01f Fixed #21786: Bad behaviour when mixins + abstract bases for migrations 2014-01-19 18:09:52 +00:00
..
operations Fixed #21783: (again) Found second source of bug, also squashed it. 2014-01-19 17:43:31 +00:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
executor.py Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
graph.py Fixed #21142: Dependency failures on unmigrated apps. 2014-01-08 13:00:12 +00:00
loader.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
migration.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
optimizer.py Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
questioner.py Fix unicode default input on py3 2014-01-19 17:14:31 +00:00
recorder.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
state.py Fixed #21786: Bad behaviour when mixins + abstract bases for migrations 2014-01-19 18:09:52 +00:00
writer.py Fixed #21323 -- Improved readability of serialized Operation. 2014-01-20 00:16:07 +07:00