﻿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
22618	Documentation about import_string unclear	Joachim Jablon	nobody	"I found about import_string and import_by_path from django.utils.module_loading, and read their doc :
https://docs.djangoproject.com/en/dev/ref/utils/#module-django.utils.module_loading

I have the feeling that the example is not chosen wisely as :
 - import_string raises an ImportError
 - but it replaces import_by_path that used to raise an ImproperlyConfigured error
 - And in the example, the function is used to load the ImproperlyConfigured class.

It may leave the fast reader or the beginner under the impression that this function '''returns''' an error when called with incorrect parameters. Or at least serious doubts.

(Additionaly, transition code could be provided but that's not as important)"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Unreviewed	0	0	0	0	0	0
