jmrivas86/django-json-widget

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

Closed this issue · 1 comments

  • django-json-widget version: 2.0.0
  • Django version: 4.0.10
  • Python version: 3.10
  • Operating System: MacOS

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.

Fixed in 2.0.1 version