﻿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
6771	ImportError when trying to use newforms-admin with django.contrib.auth	Jason Davies	nobody	"The following error occurs when trying to use newforms-admin with {{{django.contrib.auth}}}:

{{{
Could not import django.contrib.auth.views. Error was: cannot import name UserCreationForm
}}}

This import is happening in {{{django.contrib.auth.admin}}}; if I add a {{{try...except}}} around the import to catch the {{{ImportError}}} it fixes it.

This happens when trying to view any page; it must be occurring during the initial loading of urlpatterns but I'm not sure what the fix should be."		closed	Contrib apps	newforms-admin		duplicate	UserCreationForm, newforms-admin		Unreviewed	0	0	0	0	0	0
