lp://staging/~statik/ubuntu/lucid/python-django-openid-auth/new-upstream-version
Created by
Elliot Murphy
and last modified
- Get this branch:
- bzr branch lp://staging/~statik/ubuntu/lucid/python-django-openid-auth/new-upstream-version
Only
Elliot Murphy
can upload to this branch. If you are
Elliot Murphy
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Daniel Holbach: Approve
- Ubuntu branches: Pending requested
-
Diff: 1101 lines (+528/-69)26 files modifiedPKG-INFO (+6/-3)
README.txt (+42/-8)
debian/changelog (+10/-0)
debian/compat (+1/-1)
debian/control (+4/-7)
debian/pycompat (+0/-1)
debian/rules (+2/-3)
debian/source/format (+1/-0)
django_openid_auth/__init__.py (+1/-0)
django_openid_auth/admin.py (+24/-0)
django_openid_auth/auth.py (+9/-0)
django_openid_auth/forms.py (+36/-0)
django_openid_auth/management/__init__.py (+27/-0)
django_openid_auth/management/commands/__init__.py (+27/-0)
django_openid_auth/management/commands/openid_cleanup.py (+28/-0)
django_openid_auth/store.py (+16/-7)
django_openid_auth/templates/openid/login.html (+4/-2)
django_openid_auth/tests/__init__.py (+28/-0)
django_openid_auth/tests/test_store.py (+46/-3)
django_openid_auth/tests/test_views.py (+143/-25)
django_openid_auth/tests/urls.py (+29/-1)
django_openid_auth/urls.py (+3/-3)
django_openid_auth/views.py (+30/-1)
example_consumer/settings.py (+4/-1)
example_consumer/urls.py (+1/-1)
setup.py (+6/-2)
Branch information
- Owner:
- Elliot Murphy
- Status:
- Development
Recent revisions
- 3. By Elliot Murphy
-
* New upstream release. (LP: #517400)
* Switch to dpkg-source 3.0 (quilt) format
* Switch to dh 7 from CDBS
* Switch from pycentral to pysupport
* Bump standards version to 3.8.3
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)