djangonauts / django-pgjson

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

Add jsonb has, has_any, has_all lookups #20

Closed CloudNiner closed 9 years ago

CloudNiner commented 9 years ago

Also moves the lookup value coercion to the more appropriate get_prep_lookup function

Tested with Django 1.8 and Python 2.7.8

niwinz commented 9 years ago

Thanks!