Update CHANGELOG.rst and README.rst

This commit is contained in:
Valentin Samir 2022-10-17 19:39:41 +02:00
parent 319c63a7f2
commit 0f2281f2ea
3 changed files with 12 additions and 4 deletions

View file

@ -12,8 +12,14 @@ Unreleased
Added
-----
* Support for Django 4.0 and 4.1
* Add locale for zh_Hans
* Add a unit test with a non ascii char in service url
* Add settings to allow deletings Django cookies upon logout
Changed
-------
* Update CI: require pytest >= 7 and remove pytest-pythonpath dependancy
Fixes
-----
* Fix unicode sandwich issue in cas_server.utils.update_url
@ -22,8 +28,10 @@ Fixes
Removed
-------
* Drop support for python 2.7 (now deprecated for more than 2 years)
* Drop support for python 3.5
* Drop support for python 2.7 (now deprecated for more than 2 years,
expect it to break now or in a near future)
* Drop support for python 3.5 (but it should keep working for a while.
pytest >= 7 do not support python 3.5 and Debian Stretch support ended)
v1.3.1 - 2021-07-03

View file

@ -21,7 +21,7 @@ Features
* Possibility to rename/rewrite attributes per service
* Possibility to require some attribute values per service
* Federated mode between multiple CAS
* Supports Django 1.11, 2.2, 3.2, 4.1 and 4.2
* Supports Django 1.11, 2.2, 3.2, 4.0 and 4.1
* Supports Python 3.6+
Dependencies

View file

@ -1,4 +1,4 @@
Django >= 1.11,<3.3
Django >= 1.11,<4.2
setuptools>=5.5
requests>=2.4
requests_futures>=0.9.5