﻿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
4732	newforms-admin branch: utils.py in wrong package	_@…	Adrian Holovaty	"newforms-admin branch:

in the newforms-admin branch, the admin documentation has been taken out of django.contrib.admin and put into django.contrib.admindocs.
the file utils.py (""Misc. utility functions/classes for admin documentation generator."") however still lives in the django.contrib.admin package and is imported from there by the admindocs package.

because this utils.py is only used by admindocs (and not by the admin interface itself) I suggest that it should be moved to admindocs as well and the import statement in views.py in admindocs changed accordingly to reflect this change.

if there are however any plans to use it from within the admin interface as well at some point in the future, then I suggest that the line ""Misc. utility functions/classes for '''admin documentation generator'''"" is changed to somewhat more general."		closed	contrib.admin	dev		fixed	admindocs admin interface code cleanup		Unreviewed	0	0	0	0	0	0
