Opened 7 years ago

Closed 7 years ago

#28580 closed Bug (needsinfo)

AUTH_USER_MODEL not working in 1.11.5

Reported by: Kevin Ramirez Owned by: nobody
Component: contrib.auth Version: 1.11
Severity: Normal Keywords: 1.11.5 AUTH_USER_MODEL AbstractUser
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

If you try to use AUTH_USER_MODEL with Django 1.11.5 on a new app creating an AbstractUser gives you an error when you try to login in admin.

no such table: auth_user

If you downgrade to 1.11.4 works great the AbstractUser.

Change History (2)

comment:1 by Tim Graham, 7 years ago

I don't see anything in the 1.11.5 release notes that seems likely to cause this. Can you provide a sample project?

comment:2 by Tim Graham, 7 years ago

Resolution: needsinfo
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top