horizon/openstack_auth
Takashi Kajinami 85316931bd Replace pytz by built-in library
Python >= 3.9 provides the zoneinfo module to manipulate timezones.
Replace pytz by the built-in library to reduce external dependency.

Change-Id: I22707f966b692c056cedecaa83bf2cb0a29c09aa
2024-06-12 14:21:34 +09:00
..
locale Imported Translations from Zanata 2023-10-27 04:43:08 +00:00
plugin Add TOTP support 2023-08-18 12:02:25 +00:00
tests Add TOTP support 2023-08-18 12:02:25 +00:00
__init__.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
backend.py Replace pytz by built-in library 2024-06-12 14:21:34 +09:00
defaults.py Add TOTP support 2023-08-18 12:02:25 +00:00
exceptions.py Add TOTP support 2023-08-18 12:02:25 +00:00
forms.py Add TOTP support 2023-08-18 12:02:25 +00:00
middleware.py Fix django.contrib.auth.middleware monkey patching 2018-11-06 21:36:45 +00:00
models.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
policy.py Merge "Support policy-in-code and deprecated policy" 2021-03-04 22:01:52 +00:00
urls.py Add TOTP support 2023-08-18 12:02:25 +00:00
user.py Add system scope support to context switcher 2021-11-26 14:09:46 +01:00
utils.py Add system scope support to context switcher 2021-11-26 14:09:46 +01:00
views.py Properly set session value for services_region 2024-02-19 12:52:01 +00:00