Changes between Version 1 and Version 2 of Ticket #30469, comment 1
- Timestamp:
- May 10, 2019, 2:18:47 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30469, comment 1
v1 v2 1 Quick note: I'm willing to take this issue but need some hints where to look, e.g. 1 Just noticed that reverting to `mysql-connector-python` 8.0.12 is not a solution as this driver indeed is very buggy with Python 3.7 (foreign key constraints are not properly resolved). 2 3 I'm willing to take this issue but need some hints where to look, e.g. 2 4 - how does resolving default values for field types work in connection with the database column type? 3 5 - how are DB specific column types mapped to model field types?