Changes between Initial Version and Version 1 of Ticket #36419, comment 8
- Timestamp:
- Jun 5, 2025, 3:38:38 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36419, comment 8
initial v1 1 Hello Natalia. I did a git bisect and the issue is indeed a regression in 00c690efbc0b10f67924687f24a7b30397bf47d9. The test by `test_json_field_json_null_value` is something I had assumed to have always worked and isn't actually a regression test for the issue here. 1 Hello Natalia. I did a git bisect and the issue is indeed a regression in 00c690efbc0b10f67924687f24a7b30397bf47d9. The test by `test_json_field_json_null_value` is something I had assumed to have always worked and isn't actually a regression test for the issue here. 2 3 It seems `bulk_update()` was creating `SQL NULL` even for `Value(None, output_field=JSONField())` maybe since JSONField was introduced.