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

Includes a fix for issue #51, updates the bundled libs to 9.1.9, includes additional notes for Django 3.1 changes #52

Closed StevenMapes closed 3 years ago

StevenMapes commented 3 years ago

This PR includes a fix for issue #51 along with updating the bundles css and js files to the latest version 9.1.9.

I'm also including notes in the requirements.txt and setup.py files for entries that are not needed from Django 3.1 onwards the models.JSONField can be used directly

jmrivas86 commented 3 years ago

Thank you for the PR @StevenMapes. You're in the AUTHORS.rst file now :)