Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-cors-headers
From: Adam Ciarcinski
Date: 2020-09-30 08:51:08
Message id: 20200930065108.CA2D3FB28@cvs.NetBSD.org
Log Message:
py-django-cors-headers: updated to 3.5.0
3.5.0
* Following Django’s example in
`Ticket 31670 <https://code.djangoproject.com/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_WHITELIST_REGEX`` -> ``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.
Files: