djangonauts / django-pgjson

PostgreSQL json field support for Django
http://djangonauts.github.io/django-pgjson/
Other
131 stars 39 forks source link

jsonb support? #1

Closed gtaylor closed 10 years ago

gtaylor commented 10 years ago

Does django-pgjson work with jsonb columns, and if so, are any adaptations needed?

cpbotha commented 10 years ago

I just made a pull request for basic jsonb support: https://github.com/djangonauts/django-pgjson/pull/3

niwinz commented 10 years ago

Now released a version.