Tobias Macey
0fdb6ed2fe
fix: Convert UUIDField columns to uuid type for MariaDB ( #37494 )
...
The behavior of the MariaDB backend has changed behavior for UUIDField
from a `CharField(32)` to an actual `uuid` type. This is not converted
automatically, which results in all writes to the affected columns to
error with a message about the data being too long. This is because the
actual tring being written is a UUID with the `-` included, resulting in
a 36 character value which can't be inserted into a 32 character column.
2025-10-20 10:32:44 -04:00
..
2023-10-26 01:03:26 +05:00
2025-09-30 11:00:43 +03:00
2025-04-29 11:29:33 +05:00
2025-07-29 10:36:52 -04:00
2024-02-13 10:46:58 -05:00
2024-11-05 10:44:16 -05:00
2025-10-13 22:53:37 +05:00
2025-10-12 11:10:36 +05:00
2025-09-09 14:35:09 -04:00
2025-02-03 14:18:11 +05:00
2025-10-20 10:32:44 -04:00
2025-08-21 00:29:01 +05:30
2025-05-17 05:42:01 +00:00
2025-10-14 13:42:51 -04:00
2025-05-30 19:44:41 +05:00
2022-11-16 13:08:22 +01:00
2025-10-12 11:10:36 +05:00
2025-08-07 15:35:04 -04:00
2025-10-12 11:10:36 +05:00
2023-05-23 18:15:14 -07:00
2025-10-13 22:53:37 +05:00
2025-09-24 09:30:18 -06:00
2025-07-18 12:09:36 +05:00
2025-10-13 19:00:45 +05:00
2025-03-24 12:06:52 -04:00
2025-09-29 14:16:46 +03:00
2021-02-02 11:33:01 +05:00
2023-04-26 17:10:54 +02:00
2025-09-01 09:36:48 +05:30
2021-02-19 17:47:37 +05:00
2025-09-23 14:48:53 -04:00
2025-09-18 10:46:02 -04:00
2023-06-08 10:36:49 -04:00
2025-04-02 12:10:56 -04:00
2025-10-20 10:32:44 -04:00
2021-11-16 18:27:21 +05:00
2025-01-30 17:15:33 +05:00
2023-10-10 16:36:26 -04:00
2025-10-12 11:10:36 +05:00
2023-10-16 12:33:25 -04:00
2025-08-27 13:37:20 +05:00
2021-10-06 20:53:46 +05:00
2024-11-05 12:58:36 -05:00
2025-08-12 11:14:16 +05:00
2025-03-26 11:21:56 +05:00