This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
72b23c04d8
django1
/
django
/
db
/
migrations
/
operations
History
Iuri de Silvio
afeafd6036
Fixed
#33201
-- Made RenameModel operation a noop for models with db_table.
2021-10-27 12:41:29 +02:00
..
__init__.py
Fixed
#11964
-- Added support for database check constraints.
2018-07-10 15:32:33 -04:00
base.py
Fixed
#31468
-- Allowed specifying migration filename in Operation.
2020-05-28 11:42:53 +02:00
fields.py
Fixed
#33197
-- Made field rename with prior matching db_column change a noop.
2021-10-19 06:46:35 +02:00
models.py
Fixed
#33201
-- Made RenameModel operation a noop for models with db_table.
2021-10-27 12:41:29 +02:00
special.py
Refs
#27914
-- Used __qualname__ in model operations' deconstruct().
2017-06-14 10:10:22 -04:00