horizon/openstack_auth
manchandavishal c02b9fc2dd Get rid of keys() usage
for x in some_dict.keys() can be written as for x in some_dict

Change-Id: If5436647a30c02d0dab7daa23b2290456c66d654
2018-11-30 11:15:27 +00:00
..
locale Imported Translations from Zanata 2018-11-09 08:17:47 +00:00
plugin Fix log message formatting 2018-07-16 13:18:47 +03:00
tests Merge "Bump hacking to 1.1.0" 2018-11-14 09:19:47 +00:00
__init__.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
backend.py django2: is_authenticated/is_anonymous is now property only 2018-02-17 01:36:54 +09:00
exceptions.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
forms.py Properly calculate auth_url for WEBSSO from POST data 2018-10-31 14:49:06 +01: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 Get rid of keys() usage 2018-11-30 11:15:27 +00:00
urls.py Fix django.contrib.auth.middleware monkey patching 2018-11-06 21:36:45 +00:00
user.py Allow to specify redirections on single IdP scenarios 2018-08-13 12:11:45 +02:00
utils.py Fix django.contrib.auth.middleware monkey patching 2018-11-06 21:36:45 +00:00
views.py Merge "Bump hacking to 1.1.0" 2018-11-14 09:19:47 +00:00