2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2021-10-05 20:35:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-cors-headers: updated to 3.10.0
3.10.0 (2021-10-05)
-------------------
* Support Python 3.10.
3.9.0 (2021-09-28)
------------------
* Support Django 4.0.
|
2021-09-06 18:31:55 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-cors-headers: updated to 3.8.0
3.8.0
Add type hints.
Stop distributing tests to reduce package size. Tests are not intended to be run \
outside of the tox setup in the repository. Repackagers can use GitHub's \
tarballs per tag.
|
2021-01-26 07:15:00 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-cors-headers: updated to 3.7.0
3.7.0:
* Support Django 3.2.
|
2020-12-14 07:02:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-cors-headers: updated to 3.6.0
3.6.0:
Drop Python 3.5 support.
Support Python 3.9.
|
2020-09-30 08:51:08 by Adam Ciarcinski | Files touched by this commit (2) | |
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.
|
2020-07-09 10:46:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-cors-headers: updated to 3.4.0
3.4.0:
* Add Django 3.1 support.
|
2020-06-03 17:26:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-cors-headers: updated to 3.3.0
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.
|
2020-01-08 12:27:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-cors-headers: updated to 3.2.1
3.2.1:
* Update LICENSE file to Unix line endings, fixing issues with license checker
``pip-licenses``
|
2019-12-15 22:36:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-cors-headers: updated to 3.2.0
3.2.0:
Converted setuptools metadata to configuration file. This meant removing the \
__version__ attribute from the package. If you want to inspect the installed \
version, use importlib.metadata.version("django-cors-headers") (docs / \
backport).
Support Python 3.8.
|