django-cas-server/cas_server
Valentin Samir 194ebac8e8 Update to version 2.1.0
v2.1.0 - 2024-08-18
===================

Added
-----

* Support for Django 4.2
* Allow forms to be overridden from settings

Deprecated
----------

* Make the crypt module optional and deprecate it's usage.
  The python stdlid crypt module is deprecated since version 3.11 and
  will be removed in version 3.13. Check for the availability of the
  crypt module.
  All password checks using the crypt module will stop to work on
  python 3.13.
2024-08-18 13:11:46 +02:00
..
locale Add locale of zh_Hans. 2021-08-01 23:04:41 +08:00
management Support Django 2.2 and 3.0 2020-07-05 14:52:01 +02:00
migrations Fix squashed migrations, the app name should be 'cas_server' and not b'cas_server' 2018-05-21 13:25:36 +02:00
static/cas_server Bootstrap 4 templates (#47) 2020-07-05 14:52:01 +02:00
templates/cas_server Bootstrap 4 templates (#47) 2020-07-05 14:52:01 +02:00
templatetags typo in templatetags docstrings 2016-08-02 15:22:27 +02:00
tests Make the crypt module optional. Fix #67 2024-08-18 13:03:44 +02:00
__init__.py Update to version 2.1.0 2024-08-18 13:11:46 +02:00
admin.py Allow forms to be overridden from settings. Fix #88 2024-08-18 11:42:53 +02:00
apps.py Support Django 2.2 and 3.0 2020-07-05 14:52:01 +02:00
auth.py [auth] ldap backup, implement CAS_LDAP_ATTRS_VIEW set to 0 2020-09-03 15:41:31 +02:00
cas.py Always return authenticationDate, longTermAuthenticationRequestTokenUsed and isFromNewLogin attributes 2018-04-29 18:48:41 +02:00
default_settings.py Allow forms to be overridden from settings. Fix #88 2024-08-18 11:42:53 +02:00
federate.py Fix more spelling and grammar errors 2016-09-18 11:40:03 +02:00
forms.py Support Django 2.2 and 3.0 2020-07-05 14:52:01 +02:00
models.py Fix some docstring reStructuredText syntax 2021-06-20 00:21:35 +02:00
urls.py [urls] Fix typo and remove unused imports 2021-06-19 17:21:20 +02:00
utils.py Make the crypt module optional. Fix #67 2024-08-18 13:03:44 +02:00
views.py Allow forms to be overridden from settings. Fix #88 2024-08-18 11:42:53 +02:00