Changes between Initial Version and Version 1 of Ticket #32015


Ignore:
Timestamp:
Sep 17, 2020, 3:58:47 PM (4 years ago)
Author:
Matt Buck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32015 – Description

    initial v1  
    33This 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.
    44
     5This is also causing issues with a ValuesQuerySet, the output from jsonb fields is always string.
     6
Back to Top