Search Criteria
Package Details: python-django-cors-headers 3.13.0-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-django-cors-headers.git (read-only, click to copy) |
---|---|
Package Base: | python-django-cors-headers |
Description: | Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS) |
Upstream URL: | http://github.com/ottoyiu/django-cors-headers |
Submitter: | portaloffreedom |
Maintainer: | razer |
Last Packager: | razer |
Votes: | 5 |
Popularity: | 0.018604 |
First Submitted: | 2015-03-07 16:04 (UTC) |
Last Updated: | 2022-06-07 06:20 (UTC) |
Latest Comments
eomanis commented on 2020-01-20 22:38 (UTC) (edited on 2020-01-21 19:44 (UTC) by eomanis)
Version 2.4.0 appears to be incompatible with
python-django-3.0.2
; it seems to rely on legacy Django API that was removed in the transition from Django 2 to Django 3. This appears to be the cause of the error mentioned by Smasher816, see also this Stack Overflow thread.Can anyone update it to the current version 3.2.1? It would require these changes to the PKGBUILD:
With this,
etesync-server-0.2.2-1
works again for me.Smasher816 commented on 2020-01-19 05:39 (UTC) (edited on 2020-01-19 05:40 (UTC) by Smasher816)
Looks like it needs to be updated to use the new django.
python[2749752]: File "/usr/lib/python3.8/site-packages/corsheaders/init.py", line 1, in <module>
python[2749752]: from .checks import check_settings # noqa: F401
python[2749752]: File "/usr/lib/python3.8/site-packages/corsheaders/checks.py", line 8, in <module>
python[2749752]: from django.utils import six
python[2749752]: ImportError: cannot import name 'six' from 'django.utils' (/usr/lib/python3.8/site-packages/django/utils/init.py)
arthru commented on 2018-07-27 12:47 (UTC)
just updated to 2.4.0
arthru commented on 2016-10-26 10:02 (UTC)