Changes between Initial Version and Version 1 of Ticket #32213, comment 9


Ignore:
Timestamp:
Jan 3, 2026, 5:06:16 AM (11 days ago)
Author:
VIZZARD-X

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32213, comment 9

    initial v1  
    33
    44The fix addresses the issue where SQLite `KeyTransform` lookups returned unquoted raw strings, causing incorrect `json.loads` parsing.
    5 
    6 Verification:
    7 1. Added a regression test `test_ticket_32213` covering quoted strings and numeric strings on SQLite.
    8 2. Ran the full `model_fields.test_jsonfield` suite (124 tests), which passed successfully, ensuring no regressions in existing JSON functionality.
Back to Top