django-geojson icon indicating copy to clipboard operation
django-geojson copied to clipboard

Integrate jsonfield_compat

Open kbussell opened this issue 7 years ago • 1 comments

This integrates 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.

kbussell avatar Mar 25 '17 22:03 kbussell

Hi, thanks for the PR.

Could you rebase on master. Also, you remove the jsonfield dependency, could you document that it is needed if you are not using the native implementation.

Could you also configure travis to run the test with jsonfield and the natuve implementation.

Thanks :+1:

Gagaro avatar Apr 03 '17 07:04 Gagaro