Revisions of python-django-cors-headers
Ana Guerrero (anag+factory)
accepted
request 1225082
from
Dirk Mueller (dirkmueller)
(revision 15)
- update to 4.6.0: * Drop Django 3.2 to 4.1 support.
Ana Guerrero (anag+factory)
accepted
request 1218790
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 4.5.0: * Drop Python 3.8 support. * Support Python 3.13.
Dominique Leuenberger (dimstar_suse)
accepted
request 1184019
from
Dirk Mueller (dirkmueller)
(revision 13)
- update to 4.4.0: * Support Django 5.1. * Fixed ASGI compatibility on Python 3.12. Thanks to Adrian Capitanu for the report in Issue #908 and Rooyal in PR #911. * Avoid adding the access-control-allow-credentials header to unallowed responses. * Drop Python 3.7 support. * Support Python 3.12. * Add CORS_ALLOW_PRIVATE_NETWORK setting, which enables support for the Local Network Access draft specification. Thanks to Issac Kelly in PR #745 and jjurgens0 in PR #833. * Switch from urlparse() to urlsplit() for URL parsing, reducing the middleware runtime up to 5%. This changes the type passed to origin_found_in_white_lists(), so if you have subclassed the middleware to override this method, you should check it is compatible (it most likely is). Thanks to Thibaut Decombe in PR #793.
Ana Guerrero (anag+factory)
accepted
request 1160035
from
Markéta Machová (mcalabkova)
(revision 12)
Dominique Leuenberger (dimstar_suse)
accepted
request 944601
from
John Vandenberg (jayvdb)
(revision 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 892241
from
Markéta Machová (mcalabkova)
(revision 9)
- Update to 3.7.0 * Support Django 3.2. * Drop Python 3.5 support. * Support Python 3.9. * Following Django’s example in Ticket #31670 for replacing the term “whitelist”, plus an aim to make the setting names more comprehensible, the following settings have been renamed: * CORS_ORIGIN_WHITELIST -> CORS_ALLOWED_ORIGINS * CORS_ORIGIN_REGEX_WHITELIST -> CORS_ALLOWED_ORIGIN_REGEXES * CORS_ORIGIN_ALLOW_ALL -> CORS_ALLOW_ALL_ORIGINS The old names will continue to work as aliases, with the new ones taking precedence.
Dominique Leuenberger (dimstar_suse)
accepted
request 818313
from
Tomáš Chvátal (scarabeus_iv)
(revision 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 812870
from
Ondřej Súkup (mimi_vx)
(revision 7)
- Update to 3.3.0 * Drop Django 1.11 support. Only Django 2.0+ is supported now. * Drop the providing_args argument from Signal to prevent a deprecation warning on Django 3.1.
Dominique Leuenberger (dimstar_suse)
accepted
request 763928
from
Tomáš Chvátal (scarabeus_iv)
(revision 6)
- Build on Leap by not using the macros
Dominique Leuenberger (dimstar_suse)
accepted
request 761490
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
- Update to 3.2.1: * Converted setuptools metadata to configuration file. * Support Python 3.8.
Dominique Leuenberger (dimstar_suse)
accepted
request 735847
from
Tomáš Chvátal (scarabeus_iv)
(revision 4)
- Update to 3.1.1: * Support the value file:// for origins, which is accidentally sent by some versions of Chrome on Android.
Dominique Leuenberger (dimstar_suse)
accepted
request 701061
from
Tomáš Chvátal (scarabeus_iv)
(revision 2)
- Update to 2.5.3: * Tested on Django 2.2. No changes were needed for compatibility. * Tested on Python 3.7. No changes were needed for compatibility.
Dominique Leuenberger (dimstar_suse)
accepted
request 686325
from
Tomáš Chvátal (scarabeus_iv)
(revision 1)
Displaying all 15 revisions