Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Jsonfield

Django Object Is Not Json Serializable Error After Upgrading Django To 1.6.5

I have a django app which was running on 1.4.2 version and working completely fine, but recently i … Read more Django Object Is Not Json Serializable Error After Upgrading Django To 1.6.5

Django 1.9 Jsonfield Order_by

I have the following django model that contains JSONField: class RatebookDataEntry(models.Model): … Read more Django 1.9 Jsonfield Order_by