jmrivas86 / django-json-widget

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
MIT License
433 stars 88 forks source link

Fix for the python2.7 compatibility #16

Closed avoiney closed 5 years ago

avoiney commented 5 years ago

This will solve the python2.7 compatibitly but will add the 'future' dependency.

The other solution is to ser the full super syntax.

Regards,

jmrivas86 commented 5 years ago

LGTM. Thanks for your PR.