Hacker News new | past | comments | ask | show | jobs | submit login

My understanding is that the field, when working with a PostgreSQL database, is stored as a JSON field in PostgreSQL, rather than just a text field. I don't think django-jsonfield can do that.



There are a number of existing jsonfield implementations. This one, probably the best of the lot, DOES make use of the PostgreSQL JSON field: https://github.com/bradjasper/django-jsonfield/blob/master/j...

It looks like your app does more in terms of casting data that comes from the field. Is this the major improvement?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: