Merge lp://staging/~bigkevmcd/django-openid-auth/fix-bug-897651 into lp://staging/~django-openid-auth/django-openid-auth/trunk
Proposed by
Kevin McDermott
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~bigkevmcd/django-openid-auth/fix-bug-897651 |
Merge into: | lp://staging/~django-openid-auth/django-openid-auth/trunk |
Diff against target: |
134 lines (+94/-6) 3 files modified
django_openid_auth/admin.py (+3/-5) django_openid_auth/tests/__init__.py (+2/-1) django_openid_auth/tests/test_admin.py (+89/-0) |
To merge this branch: | bzr merge lp://staging/~bigkevmcd/django-openid-auth/fix-bug-897651 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Henstridge | Approve | ||
Review via email: mp+84232@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2012-04-25.
Description of the change
This adds some tests for the admin view override, and fixes this bug, the view being called no-longer exists in the views file.
To post a comment you must log in.
Looks good, although the copyright date in the new file should be updated.