Incorrect error message in ModelBase.__new__
The 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.
Change History
(5)
| Description: |
modified (diff)
|
| Triage Stage: |
Unreviewed → Accepted
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
In 692d0558: