django1/django/db/migrations
Simon Charette 0d397e5a5b Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."
This reverts commit 00e3b9a2a9.

It's causing a regression when tested with the proxy_model_inheritance tests.
2014-04-18 01:27:30 -04:00
..
operations Mark model renaming as irreversible for now (#22248) 2014-03-19 21:25:26 -07:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Revert "Fixed #22397 -- Issues removing M2M field with explicit through model." 2014-04-18 01:27:30 -04:00
executor.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
graph.py Fixed #21142: Dependency failures on unmigrated apps. 2014-01-08 13:00:12 +00:00
loader.py Fix bad conflict detection during makemigrations 2014-03-08 13:53:20 -08:00
migration.py Revert "Fixed #22397 -- Issues removing M2M field with explicit through model." 2014-04-18 01:27:30 -04:00
optimizer.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
questioner.py Fixed #22239 -- Add auto detection of renamed models 2014-03-10 13:55:44 +13:00
recorder.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
state.py Revert "Fixed #22397 -- Issues removing M2M field with explicit through model." 2014-04-18 01:27:30 -04:00
writer.py Fixed #22350 -- Consistently serialize bytes and text in migrations. 2014-04-13 18:22:26 -04:00