.. |
operations
|
Refs #29899 -- Moved resolve_relation() to django.db.migrations.utils.
|
2021-04-16 10:33:42 +02:00 |
__init__.py
|
Implement swappable model support for migrations
|
2014-01-19 16:43:12 +00:00 |
autodetector.py
|
Fixed #29899 -- Made autodetector use model states instead of model classes.
|
2021-04-16 11:18:10 +02:00 |
exceptions.py
|
Simplified imports from django.db and django.contrib.gis.db.
|
2020-02-04 13:20:06 +01:00 |
executor.py
|
Fixed #32374 -- Stopped recording migration application before deferred SQL.
|
2021-01-21 07:03:35 +01:00 |
graph.py
|
Refs #29784 -- Switched to https:// links where available.
|
2018-09-26 08:48:47 +02:00 |
loader.py
|
Fixed #32302 -- Allowed migrations to be loaded from regular packages with no __file__ attribute.
|
2020-12-29 12:54:08 +01:00 |
migration.py
|
Fixed #31516 -- Improved naming of migrations with multiple operations.
|
2021-03-12 11:56:12 +01:00 |
optimizer.py
|
Refs #22608 -- Made app_label required when optimizing migrations.
|
2020-04-09 10:08:02 +02:00 |
questioner.py
|
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
|
2021-02-10 10:20:54 +01:00 |
recorder.py
|
Fixed #31233 -- Closed database connections and cursors after use.
|
2020-02-06 15:35:23 +01:00 |
serializer.py
|
Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and os.PathLike in migrations.
|
2020-06-24 11:45:34 +02:00 |
state.py
|
Fixed #29899 -- Made autodetector use model states instead of model classes.
|
2021-04-16 11:18:10 +02:00 |
utils.py
|
Refs #29899 -- Moved resolve_relation() to django.db.migrations.utils.
|
2021-04-16 10:33:42 +02:00 |
writer.py
|
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=True).
|
2019-01-31 12:53:36 -05:00 |