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
d3a935f01f
django1
/
django
/
db
/
migrations
/
operations
History
Ian Foote
952f05a6db
Fixed
#11964
-- Added support for database check constraints.
2018-07-10 15:32:33 -04:00
..
__init__.py
Fixed
#11964
-- Added support for database check constraints.
2018-07-10 15:32:33 -04:00
base.py
Moved _get_model_tuple() to the base Operation class.
2017-12-30 14:50:43 -05:00
fields.py
Fixed
#29000
-- Fixed RenameModel's renaming of a M2M column when run after RenameField.
2018-06-15 11:51:09 -04:00
models.py
Fixed
#11964
-- Added support for database check constraints.
2018-07-10 15:32:33 -04:00
special.py
Refs
#27914
-- Used __qualname__ in model operations' deconstruct().
2017-06-14 10:10:22 -04:00
utils.py
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