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

Version 2.0.0 causes issues with Django 4.x due to missing sourcemaps #83

Closed amarsahinovic closed 5 months ago

amarsahinovic commented 5 months ago

Description

This commit reintroduces //# sourceMappingURL=jsoneditor.map at the end of jsoneditor.min.js which breaks Django 4.x upgrade. This line was previously removed in #70.

What I Did

Tried upgrading to version 2.0.0 to resolve sourcemap issue but collectstatic still fails while using ManifestStaticFilesStorage.

jmrivas86 commented 5 months ago

Fixed in 2.0.1 version