Keith Bussell

Results 2 issues of Keith Bussell

This commit integrates django-jsonfield-compat which aims to fix #71 . After using this branch, add ``` USE_NATIVE_JSONFIELD = True ``` to your project's settings, and then run `python manage.py migrate`....

enhancement

This integrates [django-jsonfield-compat](https://github.com/kbussell/django-jsonfield-compat), which is an adapter layer between django-jsonfield and Django 1.9's native JSONField implementation. Please consider merging. Happy to answer any questions.