django-cas-server/cas_server/migrations
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
..
0001_squashed_0013_auto_20170329_1748.py Fix squashed migrations, the app name should be 'cas_server' and not b'cas_server' 2018-05-21 13:25:36 +02:00
0014_alter_federatediendityprovider_id_and_more.py Update to v2.0.1: Support Django 5.0, migrate IDs to BigAutoField 2023-12-19 21:37:24 +01:00
__init__.py initial commit 2015-05-16 23:43:46 +02:00