Changes between Initial Version and Version 1 of Ticket #29881
- Timestamp:
- Oct 23, 2018, 3:04:30 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29881 – Description
initial v1 2 2 3 3 Example: 4 4 {{{ 5 5 Model.objects.annotate(bug=Cast('somefield', DecimalField(10,2))) 6 6 }}} 7 7 Will generate an error from MySQL, the issue is that MySQL has an issue where it's not possible to cast to numeric as reported here: 8 8 https://bugs.mysql.com/bug.php?id=84558