Changes between Initial Version and Version 1 of Ticket #36445, comment 11


Ignore:
Timestamp:
Jun 12, 2025, 2:10:21 PM (3 months ago)
Author:
Clifford Gama

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36445, comment 11

    initial v1  
    22> Now that we know this isn't a regression should we consider biting the bullet and stop trying to make `Value(None, JSONField())` work by introducing a proper `JSONNull` expression as described in ticket:35381#comment:3?
    33
    4 In light of recent reports around JSON null/SQL NULL, (the latest being #36453) I'd say yes. Would this mean marking this ticket as invalid in favour of a #35381 repurposed for the `JSONNull` new feature?
     4In light of recent reports around JSON null/SQL NULL, (the latest being #36453) I'd say yes. Would this mean marking this ticket as invalid in favour of a #35381 repurposed for the `JSONNull` new feature? Or perhaps a new ticket?
Back to Top