.. |
operations
|
Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent field.
|
2017-06-30 12:50:37 -04:00 |
__init__.py
|
Implement swappable model support for migrations
|
2014-01-19 16:43:12 +00:00 |
autodetector.py
|
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
|
2017-09-07 08:16:21 -04: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 #27858 -- Prevented read-only management commands from creating the django_migrations table.
|
2017-06-19 13:04:57 -04:00 |
graph.py
|
Simplified migrations.graph.Node.iterative_dfs(), ancestors(), and descendants().
|
2017-08-23 18:10:00 -04:00 |
loader.py
|
Avoided creating temporary lists for obtaining the first item.
|
2017-07-31 11:02:23 -04: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
|
Avoided creating temporary lists for obtaining the first item.
|
2017-07-31 11:02:23 -04:00 |
recorder.py
|
Refs #27858 -- Fixed typo in MigrationRecorder.applied_migrations() comment.
|
2017-06-19 15:24:41 -04:00 |
serializer.py
|
Fixed #28152 -- Made migrations serialize sets as set literals rather than set().
|
2017-05-18 09:33:40 -04:00 |
state.py
|
Removed unnecessary parens in _get_app_label_and_model_name().
|
2017-09-10 21:26:06 +02:00 |
topological_sort.py
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -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 |