Changes between Version 1 and Version 2 of Ticket #33507, comment 10
- Timestamp:
- Jun 17, 2022, 6:11:59 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33507, comment 10
v1 v2 1 I changed type to UUID but it broken prefetch_related tests. I have tried in `myslq/operations.py` add UUIDField to `cast_data_types` and override `unification_cast_sql` but it didn't help. 2 The issue is because value of related field is still visible as str type not as UUID type. I suspect that there is lack of cast type to uuid in query, but I can't find place where to fix it. Can anybody help?