Changes between Initial Version and Version 1 of Ticket #35381, comment 17
- Timestamp:
- Jul 18, 2025, 9:18:24 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35381, comment 17
initial v1 14 14 }}} 15 15 16 using `JSONNull()` allows for JSON `null` to be used in both cases (querying and storing) but there are no ways to specify that SQL `NULL` must be used in both cases.16 using `JSONNull()` would allows for JSON `null` to be used in both cases (querying and storing) but there are no ways to specify that SQL `NULL` must be used in both cases which is a supporting point for deprecating `filter(json_field=None)` meaning JSON `null`.