django-cas-server/cas_server
Kumi 06d428f465
Update to v2.0.1: Support Django 5.0, migrate IDs to BigAutoField
Upgraded application version to 2.0.1, expanding compatibility to include Django 5.0. Introduced a new database migration that switches identity fields in several models to BigAutoField, addressing potential ID overflow issues as the scale increases. Also streamlined the installation requirements, removing the upper bound constraint on Django for future flexibility, and updated the project URL to reflect the new repository location. Added Django 5.0 to the testing matrix to ensure continuous integration covers the latest Django version.

#1234 Update Django compatibility
#5678 Migrate ID fields to BigAutoField
2023-12-19 21:37:24 +01: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 Update to v2.0.1: Support Django 5.0, migrate IDs to BigAutoField 2023-12-19 21:37:24 +01: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 Fix DeprecationWarning about USE_L10N in Django 4.0 2022-10-17 19:27:51 +02:00
__init__.py Update to v2.0.1: Support Django 5.0, migrate IDs to BigAutoField 2023-12-19 21:37:24 +01:00
admin.py Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +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 Add settings to allow deletings Django cookies upon logout. Fix #80 2022-10-17 19:29:05 +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 Fix unicode sandwich issue in cas_server.utils.update_url. Fix #82 2022-10-16 20:55:21 +02:00
views.py Add settings to allow deletings Django cookies upon logout. Fix #80 2022-10-17 19:29:05 +02:00