Changes between Version 1 and Version 2 of Ticket #35071, comment 12
- Timestamp:
- Jan 1, 2024, 1:54:03 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35071, comment 12
v1 v2 13 13 >>> '{"key": "foobar"}' 14 14 }}} 15 16 We also can't make `encoder` default to `DjangoJSONEncoder` as it elides the original type so you'd be able to serialize uuid, datetimes, etc but not get them back which breaks the principle of least astonishment IMO.