Overview
Request 891923 accepted
- 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.
- Created by dmolkentin
- In state accepted
Request History
dmolkentin created request
- 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.
mcalabkova accepted request
ok