Doesn't support Django 1.5+ pluggable user models feature (AUTH_USER_MODEL)

Bug #1252332 reported by Tim Abbott
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
django-openid-auth
New
Undecided
Unassigned
django-openid-auth (Ubuntu)
Triaged
Medium
Unassigned

Bug Description

Starting with Django 1.5, Django supports using a pluggable user-defined model for users -- rather than the default django.contrib.auth.models.User. Fixing this should be as simple as replacing all the references to

django.contrib.auth.models.User

with references to:

settings.AUTH_USER_MODEL

(which defaults to django.contrib.auth.models.User).

Luke Faraone (lfaraone)
affects: ubuntu → django-openid-auth (Ubuntu)
Luke Faraone (lfaraone)
Changed in django-openid-auth (Ubuntu):
importance: Undecided → Medium
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.