[horizon] django_openstack_auth 3.5.0 (pike)
We jubilantly announce the release of: django_openstack_auth 3.5.0: Django authentication backend for use with OpenStack Identity This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/django_openstack_auth/ Download the package from: https://pypi.python.org/pypi/django_openstack_auth Please report issues through launchpad: https://bugs.launchpad.net/django-openstack-auth For more details, please see below. Changes in django_openstack_auth 3.4.0..3.5.0 --------------------------------------------- 1c8fe2b Manually bump Django requirement 3227365 Allow for manual setting of default service region in config 28144e9 hacking: Drop import_exceptions from tox.ini Diffstat (except docs and test files) ------------------------------------- openstack_auth/backend.py | 2 +- openstack_auth/forms.py | 4 ++-- openstack_auth/models.py | 5 ++++- openstack_auth/plugin/__init__.py | 8 ++++---- openstack_auth/user.py | 5 ++++- openstack_auth/utils.py | 6 +++--- openstack_auth/views.py | 12 ++++++------ requirements.txt | 2 +- tox.ini | 10 ---------- 11 files changed, 48 insertions(+), 30 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0c0245d..5bef7b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Django<1.11,>=1.8 # BSD +Django<2.0,>=1.8 # BSD
participants (1)
-
no-reply@openstack.org