.. |
operations
|
Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop for models with db_table."
|
2022-08-26 06:14:44 +02:00 |
__init__.py
|
Implement swappable model support for migrations
|
2014-01-19 16:43:12 +00:00 |
autodetector.py
|
Fixed #33938 -- Fixed migration crash for m2m with a through model in another app.
|
2022-08-25 10:03:57 +02:00 |
exceptions.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
executor.py
|
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
2022-02-07 20:37:05 +01:00 |
graph.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
loader.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
migration.py
|
Fixed #34050 -- Replaced invalid chars in migration names with '_'.
|
2022-09-27 08:02:51 +02:00 |
optimizer.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
questioner.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
recorder.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
serializer.py
|
Fixed #33916 -- Added support for serialization of enum.Flag in migrations.
|
2022-08-25 06:43:48 +02:00 |
state.py
|
Fixed #33848 -- Optimized StateApps.clone().
|
2022-07-16 10:12:32 +02:00 |
utils.py
|
Fixed #33605 -- Fixed migration crash when altering RegexValidator to pre-compiled regular expression.
|
2022-04-04 07:38:15 +02:00 |
writer.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |