django-oidc-provider/oidc_provider/migrations
Kumi cdb4a60e3c
Django 5.0 compatibility: UTC timezone import
Added a try-except block to handle ImportError for Django's timezone.utc in migrations. This ensures compatibility with versions of Django where utc is not available directly under django.utils.timezone and uses datetime.timezone.utc as a fallback. This change maintains forward compatibility and avoids migration errors in different Django environments.
2023-12-19 20:01:14 +01:00
..
0001_initial.py Merge pull request #203 from psavoie/develop 2017-08-23 15:29:49 +02:00
0002_userconsent.py Fix Django 2.0 deprecation warnings (#185) 2017-08-10 11:38:50 +02:00
0003_code_nonce.py Add nonce to Code model. Modify create_code function. 2015-07-15 16:23:36 -03:00
0004_remove_userinfo.py Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
0005_token_refresh_token.py Store refresh token 2015-09-30 12:42:04 +02:00
0006_unique_user_client.py Make (user, client) unique on UserConsent 2015-11-10 11:29:05 +01:00
0007_auto_20160111_1844.py Django 5.0 compatibility: UTC timezone import 2023-12-19 20:01:14 +01:00
0008_rsakey.py Implementation of RSA Keys using Models. Also providing DOC. 2016-01-25 17:52:24 -03:00
0009_auto_20160202_1945.py Adding missing migrations. 2016-02-02 16:46:22 -03:00
0010_code_is_authentication.py Refactoring supporting OAuth2 flow. 2016-02-16 17:33:12 -03:00
0011_client_client_type.py Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
0012_auto_20160405_2041.py Improve handle of client_secret with client_types. 2016-04-05 18:31:08 -03:00
0013_auto_20160407_1912.py Remplace AES encryption with database. For saving PKCE parameters. 2016-04-07 16:18:47 -03:00
0014_client_jwt_alg.py Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
0015_change_client_code.py Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
0016_userconsent_and_verbosenames.py Django 5.0 compatibility: UTC timezone import 2023-12-19 20:01:14 +01:00
0017_auto_20160811_1954.py Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
0018_hybridflow_and_clientattrs.py Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
0019_auto_20161005_1552.py added migrations for client secret 2016-10-05 17:58:39 +02:00
0020_client__post_logout_redirect_uris.py Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
0021_refresh_token_not_unique.py Fix refresh_token cannot be primary key if null. 2016-12-12 16:46:21 -03:00
0022_auto_20170331_1626.py Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
0023_client_owner.py Add owner field to Client (#211) 2017-11-09 11:57:22 +01:00
0024_auto_20180327_1959.py Fix PEP8. New migration. 2018-03-27 17:15:06 -03:00
0025_user_field_codetoken.py Fix BaseCodeTokenModel and user attr. 2018-04-13 16:36:51 -03:00
0026_client_multiple_response_types.py support multiple response types per client 2018-08-16 11:38:46 -05:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00