Closed stefanw closed 1 year ago
This PR solves #63. (just for reference in the issue)
Any update on this?
I messaged José on Twitter and he's going to look to update the project next month as he's really busy at the moment it seems, so hopefully before the end of June there'll be an updated release on pypi with this update as well as the other three PRs that have come in at the very least :)
Can we please merge this?
Please merge! @StevenMapes
Please merge! @StevenMapes
I do not have permission to perform merges you'll need to contact @jmrivas86
@jmrivas86 - could you publish a new version to pypi please
+1 can this get published, it blocks django 4.x upgrade
In the interim, you can use this in your requirements.in:
# remove the pypi dep
# django-json-widget==1.1.1
# reference this w/ GitHub and pin the commit hash where this was merged
git+https://github.com/jmrivas86/django-json-widget.git@6141d61#egg=django-json-widget
Please publish a new version :)
6141d61
For me this did not work. Are you sure about the correct commit tag?
Yup that's what we use, but use any commit/branch you want: https://github.com/jmrivas86/django-json-widget/commits/master/
Format is slightly different depending on your pip tool though, so read the documentation if you don't just use vanilla pip
Yup that's what we use, but use any commit/branch you want: https://github.com/jmrivas86/django-json-widget/commits/master/
Format is slightly different depending on your pip tool though, so read the documentation if you don't just use vanilla pip
I used the latest commit and it works.
git+https://github.com/jmrivas86/django-json-widget.git@32c6acf#egg=django-json-widget
What is the difference here? Do you know it?
Starting in Django 4 the manifest static file storage will try to post process source map references. The source map is not available in this app which will lead to an error when running manage.py collectstatic. Removing the reference clears the error.
See https://docs.djangoproject.com/en/4.0/ref/contrib/staticfiles/#manifeststaticfilesstorage