Changes between Initial Version and Version 15 of Ticket #29147


Ignore:
Timestamp:
Mar 21, 2018, 6:21:39 AM (6 years ago)
Author:
Javier Buzzi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29147

    • Property Owner set to Williams Mendez
    • Property Status newclosed
    • Property Resolutioninvalid
    • Property Has patch set
  • Ticket #29147 – Description

    initial v15  
    66
    77JSONField defaults to the value, meaning if you pass `'{"object": "value"}'` you get back `'{"object": "value"}'`. The same example in HStoreField, you pass in `'{"object": "value"}'` you get back `{"object": "value"}` -- makes the world of difference.
     8
     9PR. ​https://github.com/django/django/pull/9801
Back to Top