django1/django/db/migrations
Simon Charette 4b02b433b7 [1.8.x] Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.
Thanks to Geoffrey Sechter and the Django NYC group for the report and Markus
for the review.

Backport of c4e372aaf4 from master
2015-12-15 14:55:05 -05:00
..
operations [1.8.x] Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state. 2015-12-15 14:55:05 -05:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py [1.8.x] Fixed #24435 -- Prevented m2m field removal and addition in migrations when changing blank 2015-03-04 15:44:38 +01:00
executor.py [1.8.x] Cleaned up docstring style, per Tim Graham review. 2015-06-03 19:21:23 -06:00
graph.py [1.8.x] Fixed #24554 -- Sped up migrations by rendering initial apps when they are first needed 2015-04-01 11:14:55 +02:00
loader.py [1.8.x] Fixed #25618 -- Restored migration support for non-upgraded apps. 2015-11-10 10:34:25 -05:00
migration.py [1.8.x] Fixed #24554 -- Sped up migrations by rendering initial apps when they are first needed 2015-04-01 11:14:55 +02:00
optimizer.py [1.8.x] Fixed typos in code comments. 2015-01-20 12:18:29 -05:00
questioner.py [1.8.x] Fixed #25453 -- Reworded makemigration's ask_not_null_alteration suggestion. 2015-09-23 13:41:01 -04:00
recorder.py Called table_names instead of get_table_list in migrations 2014-09-23 20:13:31 +02:00
state.py [1.8.x] Fixed #25040 -- Fixed migrations state crash with GenericForeignKey 2015-08-22 08:50:19 -04:00
topological_sort.py Fixed #23844 -- Used topological sort for migration operation dependency resolution. 2014-11-20 12:49:49 -05:00
writer.py [1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-10-25 06:02:21 -04:00