Changes between Initial Version and Version 1 of Ticket #33647, comment 19
- Timestamp:
- Oct 14, 2023, 12:49:28 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33647, comment 19
initial v1 1 >We cannot regress {{{Cast()}}} to avoid truncating values in {{{bulk_update()}}} . 2 1 3 I don't think we are regressing the `Cast()` here the query generated is 2 4 {{{ … … 5 7 it is just generating the super type i.e. `varchar` instead of `varchar(20)` in case of a `CharField` 6 8 7 If you can explain a little further that would be great @felixxm9 If you can explain a little further that would be great Mariusz