django-oidc-provider/oidc_provider
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
..
lib Fix ugettext import 2022-11-27 16:31:32 +00:00
locale Fix translations handling 2016-11-24 13:09:19 +01:00
management Enhancement: Increment RSA key size to 2048. 2018-10-05 11:55:35 -03:00
migrations Django 5.0 compatibility: UTC timezone import 2023-12-19 20:01:14 +01:00
static/oidc_provider/js Initial Session Management version. 2016-10-28 15:25:52 -03:00
templates/oidc_provider Fixed infinite callback loop in check-session iframe 2018-03-28 10:34:01 -04:00
tests Enhancement: AuthorizeView's static method strip-prompt-login was moved to a new file oidc_provider/lib/utils/authorize.py in order to be more consistent with the implementation of other Views 2018-10-04 10:40:23 -03:00
__init__.py Improve admin models. 2015-12-04 13:55:04 -03:00
admin.py Fix ugettext import 2022-11-27 16:31:32 +00:00
apps.py Add new app configuration file. 2015-12-04 13:55:34 -03:00
compat.py Update project to support Django 2.0 2018-02-01 14:00:57 -03:00
middleware.py Merge develop to v0.5.x (#179) 2017-05-05 05:19:57 +02:00
models.py Fix ugettext import 2022-11-27 16:30:33 +00:00
settings.py fix settings to support falsy valued overrides 2018-07-03 13:17:10 -05:00
signals.py Signals! 2022-11-27 16:37:17 +00:00
urls.py URLs 2022-11-27 16:39:32 +00:00
version.py Version bump 2022-11-27 16:44:38 +00:00
views.py Enhancement: AuthorizeView's static method strip-prompt-login was moved to a new file oidc_provider/lib/utils/authorize.py in order to be more consistent with the implementation of other Views 2018-10-04 10:40:23 -03:00