djangonauts / django-pgjson

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

Is Django 1.6 supported? #2

Closed alecklandgraf closed 10 years ago

alecklandgraf commented 10 years ago

I couldn't get tests passing with Django 1.6, and had to install the 1.7 release candidate.

niwinz commented 10 years ago

Yes, django 1.6 is supported but with limited functionality, because it does not have support for custom lookups (that are introduced with django 1.7).

Tests are failing because bad configuration of tests, my fault (some tests that should not run under django 1.6 are runs), I'll fix it soon.