Changes between Initial Version and Version 1 of Ticket #32213, comment 12
- Timestamp:
- Jan 16, 2026, 6:52:09 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32213, comment 12
initial v1 1 I've updated the pull requestto use `KeyTransform.select_format` as suggested, ensuring the fix is isolated to the SQLite backend without modifying `JSONField.from_db_value`.1 I'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`. 2 2 Also added regression tests in `tests/model_fields/test_jsonfield.py` rather than using per-ticket model which was the case previously