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


Ignore:
Timestamp:
Jan 16, 2026, 6:52:09 AM (3 weeks ago)
Author:
VIZZARD-X

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32213, comment 12

    initial v1  
    1 I've updated the pull request to use `KeyTransform.select_format` as suggested, ensuring the fix is isolated to the SQLite backend without modifying `JSONField.from_db_value`.
     1I've updated the PR to use `KeyTransform.select_format` as suggested, ensuring the fix is isolated to the SQLite backend without modifying `JSONField.from_db_value`.
    22Also added regression tests in `tests/model_fields/test_jsonfield.py` rather than using per-ticket model which was the case previously
Back to Top