lp:~django-openid-auth/django-openid-auth/trunk

Created by James Henstridge and last modified
Get this branch:
bzr branch lp:~django-openid-auth/django-openid-auth/trunk
Members of django-openid-auth developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
django-openid-auth developers
Project:
django-openid-auth
Status:
Development

Recent revisions

115. By Ricardo Kirkner

support custom user model instead of hardcoded contrib User model

this requires to depend on django >= 1.5

114. By Ricardo Kirkner

replace distutils by setuptools

use setuptools so wheels can be built

113. By Natalia Bidart

- Migrated base code to support Django 1.4-1.8.
- General code and tests cleanup, fixed all the pep8 errors.

112. By Natalia Bidart

- Run migration with autocommit so tests run with sqlite.

111. By Natalia Bidart

- Added migration to add the required permission account_verified.

110. By Ricardo Kirkner

Django 1.6 compatibility

  + Added installation notes about the SESSION_SERIALIZER setting.
  + Included tox.ini section for Python 2.7 + Django 1.6.
  + New decorator override_session_serializer enforces pickle session
    serialization in tests.
  + Added test checking Django version defaults for
    SESSION_SERIALIZER.

109. By Ricardo Kirkner

Added Django 1.4 based manage.py for example_consumer

This commit also contain changes that drop compatibility for the no longer supported Django 1.3 (and lower).

108. By Ricardo Kirkner

Fix django.conf.urls imports

django.conf.urls.defaults was removed in Django 1.6 and now all the
utilities contained there moved to django.conf.urls

107. By Ricardo Kirkner

added missing south dependency to tox.ini

106. By Ricardo Kirkner

get tox working again

bumped minimum supported version of django to 1.3 because of the use of the url templatetag

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.