﻿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
6909	Suggested import does not work with translation on	evenrik	nobody	"From http://code.djangoproject.com/wiki/NewformsAdminBranch: [[BR]]
'''A proposal convention''': Specifying all admin options in a file called {{{admin.py}}}, and import it in the {{{__init__.py}}} file of your application module to do the registering during the initialization.


Adding the import there gave an error when I18N = True in my settings.py file: [[BR]]
AttributeError: 'module' object has no attribute '<app name>'

This seems to be the same issue as #3860 which says ""It's not really a bug but a rather an undocumented quirk.""  I moved the import into my models.py file and the error went away."		closed	Documentation	newforms-admin		fixed	nfa-blocker		Accepted	0	0	0	0	0	0
