django1/django/db/migrations
Baptiste Mispelon 72479a2957 Made the migration detector use meta.local_fields instead of meta.fields.
Refs #21010.

Thanks to Loïc for the patch.
2013-12-06 15:23:21 +01:00
..
operations Don't make a second migration if there was a force-null-default addcol. 2013-12-04 13:56:22 +00:00
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
autodetector.py Made the migration detector use meta.local_fields instead of meta.fields. 2013-12-06 15:23:21 +01:00
executor.py Include deferred SQL in sqlmigrate output 2013-11-27 16:29:37 +00:00
graph.py Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
loader.py Migration VCS conflict detection and --merge for makemigrations 2013-12-04 16:01:49 +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
questioner.py Removed unreachable `else` in `try` block. 2013-12-06 01:10:52 -05:00
recorder.py Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
state.py Fixed ModelState breaking when unique_together has unhashable elements. 2013-12-06 15:22:52 +01:00
writer.py Fixed #21275 -- Fixed a serializer error when generating migrations for contrib.auth. 2013-10-21 14:54:52 -04:00