You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:django-openid-auth

There are download files available for django-openid-auth.

django-openid-auth has 7 active reviews. See all merge proposals.

django-openid-auth has 32 active branches owned by 26 people and 3 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:django-openid-auth
Series: trunk
1 Development 2023-08-02 19:15:43 UTC
137. Upgrade to Django>=3.2 Merged from h...

Author: Shane M. Pelletier
Revision Date: 2023-08-02 19:15:43 UTC

Upgrade to Django>=3.2

Merged from https://code.launchpad.net/~shanepelletier/django-openid-auth/upgrade-to-django-3.2/+merge/448158

lp:~roadmr/django-openid-auth/dj4-wrangle (Has a merge proposal) 1 Development 2022-08-12 21:42:08 UTC
145. doh

Author: Daniel Manrique
Revision Date: 2022-08-12 21:42:08 UTC

doh

lp:~albertkol/django-openid-auth/django-4-update (Has a merge proposal) 1 Development 2022-08-09 14:17:40 UTC
143. Final adjustments

Author: Albert Kolozsvari
Revision Date: 2022-08-09 14:17:40 UTC

Final adjustments

lp:~roadmr/django-openid-auth/maybe-django3 (Has a merge proposal) 1 Development 2020-07-13 16:11:57 UTC
136. Add django 3 yay - this will fail

Author: Daniel Manrique
Revision Date: 2020-07-13 16:11:24 UTC

Add django 3 yay - this will fail

lp:~deej/django-openid-auth/deb-build (Has a merge proposal) 1 Development 2018-04-23 20:11:18 UTC
130. Add packaging configuration and updat...

Author: David Lawson
Revision Date: 2018-04-23 20:10:46 UTC

Add packaging configuration and update makefile with package build steps

lp:~deej/django-openid-auth/expose-team-membership (Has a merge proposal) 1 Development 2018-03-27 20:10:52 UTC
130. Add models to extend team query confi...

Author: David Lawson
Revision Date: 2018-03-27 20:10:09 UTC

Add models to extend team query configuration into the admin and to expose user team membership directly.

lp:~twom/django-openid-auth/django-1.9-urls 1 Development 2018-02-15 10:59:55 UTC
109. Flake8 changes

Author: Tom Wardill
Revision Date: 2018-02-15 10:59:55 UTC

Flake8 changes

lp:~django-openid-auth/django-openid-auth/trunk bug(Has a merge proposal) 1 Development 2015-09-22 13:18:46 UTC
115. support custom user model instead of ...

Author: Ricardo Kirkner
Revision Date: 2015-09-22 13:18:46 UTC

support custom user model instead of hardcoded contrib User model

this requires to depend on django >= 1.5

lp:~matiasb/django-openid-auth/py3-migration 1 Development 2015-09-07 22:02:29 UTC
115. Fixed pending python3 migration issues.

Author: Matias Bordese
Revision Date: 2015-09-04 23:18:42 UTC

Fixed pending python3 migration issues.

lp:~ubuntuone-pqm-team/django-openid-auth/stable 1 Development 2015-04-24 14:21:04 UTC
107. Merging unmerged revisions: 113. By ...

Author: Natalia Bidart
Revision Date: 2015-04-24 14:21:04 UTC

Merging unmerged revisions:

113. By Natalia Bidart 34 minutes ago
    - Migrated base code to support Django 1.4-1.8.
    - General code and tests cleanup, fixed all the pep8 errors.

lp:~webteam-backend/django-openid-auth/0.5 1 Development 2014-07-10 16:19:28 UTC
99. Fix urls.py to work with django 1.6; ...

Author: Robin Winslow
Revision Date: 2014-07-10 16:19:28 UTC

Fix urls.py to work with django 1.6; fix pep8 violation

lp:~bubenkoff/django-openid-auth/paylogic 1 Development 2014-04-10 15:38:00 UTC
114. no loop when logged in

Author: vagrant
Revision Date: 2014-04-10 15:38:00 UTC

no loop when logged in

lp:~andrewsomething/django-openid-auth/1252445 bug(Has a merge proposal) 1 Development 2014-02-22 17:07:00 UTC
110. Change session serializer to be compa...

Author: Andrew Starr-Bochicchio
Revision Date: 2014-02-22 17:07:00 UTC

Change session serializer to be compatible with Django 1.6 (workaround #1252826)

lp:~fmarier/django-openid-auth/django-openid-auth (Has a merge proposal) 1 Development 2013-11-30 22:59:54 UTC
109. Add a South migration for the expande...

Author: François Marier
Revision Date: 2013-11-30 22:59:54 UTC

Add a South migration for the expanded salt field

Generated with "manage.py schemamigration django_openid_auth --auto" and
then hand-edited to match the style of the initial migration.

lp:~strycore/django-openid-auth/trunk 1 Development 2013-11-21 23:10:15 UTC
115. Change session serializer to be compa...

Author: Mathieu Comandon
Revision Date: 2013-11-21 23:10:15 UTC

Change session serializer to be compatible with Django 1.6 (workaround #1252826)

lp:~lfaraone/django-openid-auth/custom_response (Has a merge proposal) 1 Development 2013-11-19 18:35:51 UTC
108. Add an openid_response parameter to d...

Author: Luke Faraone
Revision Date: 2013-11-19 18:34:30 UTC

Add an openid_response parameter to default_render_failure

This allows the failure handler to take actions depending on the contents of
the failure.

For example, we might want to handle "Unknown user" specially and maybe create
an account for the user.

lp:~mordred/django-openid-auth/zip-safe (Has a merge proposal) 1 Development 2013-07-19 15:57:29 UTC
105. Add zip_safe flag to setup.py We are...

Author: Monty Taylor
Revision Date: 2013-07-19 15:54:43 UTC

Add zip_safe flag to setup.py

We are providing django templates which django cannot find when the software
is installed inside of an egg zipfile. This means, additionally, that anyone
who install_requires on django_openid_auth and then gets their depends
installed via setup.py install or setup.py develop will get a completely
unfunctional install.

Setting zip_safe=False explicitly fixes this.

lp:~elachuni/django-openid-auth/encode-redirected-uris-better 1 Development 2013-03-13 21:49:24 UTC
93. Added tests for utf-encoded non-ascii...

Author: Anthony Lenton
Revision Date: 2013-03-13 21:48:34 UTC

Added tests for utf-encoded non-ascii chars in next arg.

lp:~waveaccounting/django-openid-auth/wave-custom 1 Development 2011-08-22 19:01:12 UTC
88. Bumped version

Author: Nathan Duthoit
Revision Date: 2011-08-22 19:01:12 UTC

Bumped version

lp:~mhall119/django-openid-auth/lucid-pkg 1 Development 2011-06-24 13:19:16 UTC
2. Add watch file to pull .tar.gz from l...

Author: Michael Hall
Revision Date: 2011-06-24 13:19:16 UTC

Add watch file to pull .tar.gz from launchpad's downloads

lp:~balsdorf/django-openid-auth/bug-632857 bug 1 Development 2011-06-21 05:32:55 UTC
76. merge changes from trunk.

Author: Bryan Alsdorf
Revision Date: 2011-06-21 05:32:55 UTC

merge changes from trunk.

lp:~jezdez/django-openid-auth/fixes 1 Development 2010-12-10 14:11:06 UTC
75. Fixed TextFields in Association and U...

Author: Jannis Leidel
Revision Date: 2010-12-10 14:07:03 UTC

Fixed TextFields in Association and UserOpenID models to not contain a max_length.

lp:~alessandro.decina/django-openid-auth/mysql-fix 1 Development 2010-11-30 01:46:17 UTC
75. MySQL fix

Author: dev
Revision Date: 2010-04-02 20:09:13 UTC

MySQL fix

lp:~dgreisen/django-openid-auth/plugable 1 Development 2010-11-27 03:01:37 UTC
75. modified claimed_id to prevent db err...

Author: david greisen
Revision Date: 2010-11-27 03:01:37 UTC

modified claimed_id to prevent db error with mysql:
_mysql_exceptions.OperationalError: (1170, "BLOB/TEXT column 'claimed_id' used in key specification without a key length")

lp:~wligtenberg/django-openid-auth/mysql_fix bug(Has a merge proposal) 1 Development 2010-08-11 05:34:23 UTC
66. MySQL fix

Author: dev
Revision Date: 2010-04-02 20:09:13 UTC

MySQL fix

lp:~joe-topjian-v/django-openid-auth/jtopjian-dev (Has a merge proposal) 0 Experimental 2010-06-22 16:06:59 UTC
67. added email required setting

Author: Joe T
Revision Date: 2010-06-22 16:06:59 UTC

added email required setting

lp:~smileychris/django-openid-auth/associate (Linked to a blueprint) 1 Development 2010-06-20 10:11:22 UTC
71. Merge with the official trunk, adding...

Author: Chris Beaven
Revision Date: 2010-06-20 10:11:22 UTC

Merge with the official trunk, adding in support for requesting user details via the Attribute Exchange extension.

lp:~deryck/django-openid-auth/extended-user-model 1 Development 2010-03-15 18:54:14 UTC
67. Add tests to confirm identity info is...

Author: Deryck Hodge
Revision Date: 2010-03-15 18:54:14 UTC

Add tests to confirm identity info is present in
the extended user object.

lp:~zanglang/django-openid-auth/appengine 1 Development 2009-10-19 15:34:11 UTC Revision details not available for remote branches.
lp:~phanatic/django-openid-auth/email-changed-signal 1 Development 2009-10-15 13:56:59 UTC
57. Implemented an "email_changed" signal...

Author: Szilveszter Farkas
Revision Date: 2009-10-15 13:56:18 UTC

Implemented an "email_changed" signal.

It fires when the OpenID provider gives us a different email address than the
one already in the database.

lp:~stuartmetcalfe/django-openid-auth/store-assigned-groups bug 1 Development 2009-06-13 23:27:16 UTC
56. Various changes to fix bugs #386695 a...

Author: Stuart Metcalfe
Revision Date: 2009-06-13 23:25:04 UTC

Various changes to fix bugs #386695 and #386696:
 - Added OpenIDData model with 1-to-1 relationship with User
 - Added to existing tests
 - Store assigned teams on login to avoid conflicting with manual assignments

lp:~statik/django-openid-auth/ubuntu-packaging-karmic 1 Development 2009-04-17 13:06:37 UTC
4. Dropping dependency on python-pkg-res...

Author: Elliot Murphy
Revision Date: 2009-04-17 13:06:37 UTC

Dropping dependency on python-pkg-resources.

132 of 32 results
You can't create new branches for django-openid-auth.