[openstack-announce] [release][horizon] django_openstack_auth release 2.0.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Fri Sep 18 14:39:44 UTC 2015
We are jazzed to announce the release of:
django_openstack_auth 2.0.0: Django authentication backend for use
with OpenStack Identity
This release improves WebSSO support, and a login bug related to
supporting Django 1.8.
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/django_openstack_auth/
With package available at:
https://pypi.python.org/pypi/django_openstack_auth
For more details, please see the git log history below and:
https://launchpad.net/django-openstack-auth/+milestone/2.0.0
Please report issues through launchpad:
https://bugs.launchpad.net/django-openstack-auth
Changes in django_openstack_auth 1.4.0..2.0.0
---------------------------------------------
783f7ac Remove .tx/config
8c64de9 Replace default User model PK
463b2ff IDP specific websso
7fcef93 Updated from global requirements
3a50139 Fix missing region field on WebSSO setup
d95e2f0 Fix Python 3 issues
48268a1 Imported Translations from Transifex
26a65fe Updated from global requirements
ab9678d Removing hack for python 2.6 support
Diffstat (except docs and test files)
-------------------------------------
.tx/config | 9 --
openstack_auth/backend.py | 3 +-
openstack_auth/forms.py | 3 +-
openstack_auth/locale/en_GB/LC_MESSAGES/django.po | 14 ++-
openstack_auth/models.py | 15 +++
openstack_auth/user.py | 9 +-
openstack_auth/utils.py | 139 ++++++++++++----------
openstack_auth/views.py | 13 +-
requirements.txt | 6 +-
10 files changed, 174 insertions(+), 93 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 1a99dc7..48fd606 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,3 +4,3 @@
-pbr<2.0,>=1.4
-Django<1.8,>=1.4.2
-oslo.config>=2.1.0 # Apache-2.0
+pbr<2.0,>=1.6
+Django<1.9,>=1.7
+oslo.config>=2.3.0 # Apache-2.0
More information about the OpenStack-announce
mailing list