Commit graph

28 commits

Author SHA1 Message Date
d3e8f846ee
Major version bump to 12.0.0
Upgraded the application's version from 2.0.1 to 12.0.0.
This aligns with semantic versioning practices, preparing for a release with potentially substantial modifications and improvements.
2023-12-19 21:46:03 +01:00
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
Valentin Samir
2b767f3db5 setup.py imports cas_server/__init__.py. Django might not be installed 2022-10-17 19:46:54 +02:00
Valentin Samir
2c1236106d Fix DeprecationWarning about default_app_config in Django 3.2 2022-10-17 19:27:26 +02:00
Valentin Samir
c08617c47e Update to version 1.3.1 2021-07-03 12:22:31 +02:00
Valentin Samir
8ca36f6b7a Update to version 1.3.0 2021-06-19 18:25:47 +02:00
Valentin Samir
c3e2fdecfe Update to version 1.2.0 2020-07-05 15:27:15 +02:00
Valentin Samir
bd9aedd1b4 Update to version 1.1.0 2019-03-02 11:37:11 +01:00
Valentin Samir
edf4871b4a
Update to version 1.0.0 2019-01-12 12:01:48 +01:00
Valentin Samir
5811d6435c Update version to 0.9.0 2017-11-17 15:32:42 +01:00
Valentin Samir
00d47790e4 Update version to 0.8.0 2017-03-08 14:11:26 +01:00
Valentin Samir
0b44ecf5e5 Update version to 0.7.4 2016-09-07 20:19:18 +02:00
Valentin Samir
8a7ffd8172 Update version to 0.7.3 2016-09-07 17:25:28 +02:00
Valentin Samir
92d3c4515d Update version to 0.7.2 2016-08-31 16:32:38 +02:00
Valentin Samir
bbf0c6e287 Update version to 0.7.0 2016-08-24 23:15:35 +02:00
Valentin Samir
5b2795ae44 Update version to 0.7.0 2016-08-24 23:03:21 +02:00
Valentin Samir
cd45c479a8 Update version to 0.6.4 2016-08-14 08:21:10 +02:00
Valentin Samir
84d0d267ad Update version to 0.6.3 2016-08-13 19:39:47 +02:00
Valentin Samir
773707e6c3 Update version to 0.6.2 2016-08-02 14:35:24 +02:00
Valentin Samir
b6cffcf482 Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
Valentin Samir
cec0cadb7a Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
Valentin Samir
219171fe41 Set legals headers 2016-07-01 00:02:46 +02:00
Valentin Samir
6972ad7536 Add some docstrings and comments 2016-06-29 00:25:09 +02:00
Valentin Samir
bf7da7e805 More descriptive name for default_app_config 2016-06-26 11:02:57 +02:00
Valentin Samir
85b74bab27 Add verbose name for cas_server app and models 2015-12-17 19:24:10 +01:00
Valentin Samir
1fcb0a7110 copyright notice 2015-05-27 22:10:06 +02:00
Valentin Samir
9112e6e475 Some login backends 2015-05-17 23:24:41 +02:00
Valentin Samir
667483fc49 initial commit 2015-05-16 23:43:46 +02:00