django1/django/db/migrations
Simon Charette 33511662dd [1.7.x] Fixed #22659 -- Prevent model states from sharing field instances.
Thanks to Trac alias tbartelmess for the report and the test project.

Backport of 7a38f88922 from master
2014-06-01 15:12:23 -04:00
..
operations [1.7.x] Fixed #22496: Data migrations get transactions again! 2014-05-07 14:29:04 -07:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py [1.7.x] Fixed #22563: Ignore AUTH_USER_MODEL errors in from_state 2014-05-08 21:34:57 -07:00
executor.py [1.7.x] Added a bunch of missing unicode_literals 2014-05-06 09:14:03 +02:00
graph.py [1.7.x] Added a bunch of missing unicode_literals 2014-05-06 09:14:03 +02:00
loader.py [1.7.x] Fixed #22325: Ignore __first__ dependencies to your own app 2014-05-08 21:39:31 -07:00
migration.py [1.7.x] Fixed #22496: Data migrations get transactions again! 2014-05-07 14:29:04 -07:00
optimizer.py [1.7.x] Added a bunch of missing unicode_literals 2014-05-06 09:14:03 +02:00
questioner.py [1.7.x] Fixed #22676 -- makemigrations --dry-run should not ask for defaults 2014-05-24 09:56:43 -04:00
recorder.py [1.7.x] Added a bunch of missing unicode_literals 2014-05-06 09:14:03 +02:00
state.py [1.7.x] Fixed #22659 -- Prevent model states from sharing field instances. 2014-06-01 15:12:23 -04:00
writer.py [1.7.x] Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package 2014-05-29 15:39:02 -07:00