Re: Append to models.JSONField on POST

2017-02-16 Thread chris jess
If you know what you are doing, read the source, look at how to update > the raw value, write some test to make sure what you are doing is > working now and is working each time you upgrade django. > > I wish you good luck if you go down that path and to have a good > expe

Append to models.JSONField on POST

2017-02-16 Thread chris jess
Can anyone let me know the best way to append to a models.JSONField on HTTP POST? I would prefer to simply append to the existing JSONField as opposed to updating the values in it. Is it possible to do this without first loading that object? Thanks. -- You received this message because you

Append to models.JSONField on POST

2017-02-16 Thread chris jess
Can anyone let me know the best way to append to a models.JSONField on HTTP POST? I would prefer to simply append to the existing JSONField as opposed to updating the values in it. Is it possible to do this without first loading that object? Thanks. -- You received this message because you