Skip to content

Commit

Permalink
aargh, temporary hack fix to a nasty problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Willison committed Jan 13, 2010
1 parent f0080fd commit 5062aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions django_openid/consumer.py
Expand Up @@ -212,6 +212,8 @@ def get_on_complete_url(self, request, on_complete_url=None):
on_complete_url = on_complete_url or self.on_complete_url or \
(request.path + 'complete/')
on_complete_url = self.ensure_absolute_url(request, on_complete_url)
return on_complete_url

if self.sign_next_param:
try:
next = signed.loads(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-openid',
version='0.1.4',
version='0.1.5',
description='OpenID tools for Django',
author='Simon Willison',
author_email='simon@simonwillison.net',
Expand Down

0 comments on commit 5062aa9

Please sign in to comment.