Changes between Version 1 and Version 2 of Ticket #36419, comment 8


Ignore:
Timestamp:
Jun 5, 2025, 3:41:33 PM (4 months ago)
Author:
Clifford Gama

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36419, comment 8

    v1 v2  
    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.
     1Hello Natalia. I did a git bisect for `test_json_field_sql_null_value` 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 in this ticket.
    22
    33It seems `bulk_update()` was creating `SQL NULL` even for `Value(None, output_field=JSONField())` maybe since JSONField was introduced.
Back to Top