django1/django/db/migrations
Sergey Fedoseev 183fb7b2b9 Fixed #28870 -- Added support for functools.partialmethod serialization in migrations. 2017-12-06 14:49:37 -05:00
..
operations Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constraint" crash on MySQL with a sequence of AlterField or RenameField operations. 2017-12-01 19:07:46 -05:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
exceptions.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
executor.py Fixed #28853 -- Updated connection.cursor() uses to use a context manager. 2017-11-28 11:28:09 -05:00
graph.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
loader.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
migration.py Simplified various __eq__() methods. 2017-09-28 09:18:37 -04:00
optimizer.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
questioner.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
recorder.py Refs #27858 -- Fixed typo in MigrationRecorder.applied_migrations() comment. 2017-06-19 15:24:41 -04:00
serializer.py Fixed #28870 -- Added support for functools.partialmethod serialization in migrations. 2017-12-06 14:49:37 -05:00
state.py Removed unnecessary parens in _get_app_label_and_model_name(). 2017-09-10 21:26:06 +02:00
topological_sort.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
utils.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
writer.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00