Changes between Initial Version and Version 1 of Ticket #32015
- Timestamp:
- Sep 17, 2020, 3:58:47 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32015 – Description
initial v1 3 3 This code was introduced to work around issues with specifying a JSONDecoder in the new JSONField. Attempting to implement a workaround by creating additional connections sort of works, but causes freezing during cleanup of test cases, and maybe more serious issues elsewhere. 4 4 5 This is also causing issues with a ValuesQuerySet, the output from jsonb fields is always string. 6