﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9684	Authentication Backend Supresses Some Exceptions	David Cramer	nobody	"When using custom backends we noticed that sometimes errors are supressed. One such error was an invalid arguments error for .create() on the default manager.

{{{
# throws an exception because it should be a dictionary, instead of a list.
User.objects.create(*args)
}}}

The error above is supressed, and simply returns a failure on authenticate(), which can be a headache to debug."	Bug	closed	contrib.auth	dev	Normal	needsinfo	dceu13	eromijn@…	Accepted	0	0	0	0	0	0
