abogushov / django-admin-json-editor

Adds json-editor for JSONField in Django Administration
MIT License
173 stars 61 forks source link

jdorn/json-editor is deprecated #17

Closed AdrienLemaire closed 4 years ago

AdrienLemaire commented 6 years ago

Just realized when clicking on your readme link that the underlying jdorn/json-editor repository has been deprecated, and updates are now done on json-editor/json-editor.

Have you updated the static files with those from that new repo ? Also, wouldn't it be simpler to use their cdn instead of copying the file ?

<script src="https://cdn.jsdelivr.net/npm/@json-editor/json-editor/dist/jsoneditor.min.js"></script>
abogushov commented 6 years ago

@Fandekasp thanks, I will update static files in the repo. Also I can make optional support for CDN.

xrmx commented 4 years ago

json-editor has been updated to latest in master

abogushov commented 4 years ago

done