﻿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
25984	Incorrect error message in ModelBase.__new__	Marten Kenbeek	nobody	"The [https://github.com/django/django/blob/91cd4d8e8c1e8593fc091abc11e05fa5d9514601/django/db/models/base.py#L99 RuntimeError] in `ModelBase.__new__` says:

    ... or else was imported before its application was loaded.

In 1.9 all applications have to be loaded before you can import any models, otherwise an `AppRegistryNotReady` exception is raised before this error is reached. This error is only reached if the app is not in `INSTALLED_APPS`. The message should be changed to reflect that. "	Cleanup/optimization	new	Database layer (models, ORM)	1.9	Normal				Unreviewed	0	0	0	0	1	0
