diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2016-10-06 10:20:22 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-10-06 10:21:57 -0400 |
| commit | 5d35181de4a9d693c4702680974b30db3035a0c9 (patch) | |
| tree | eb736229be9e0038c1e9fc69ea43a6624e5ccf89 /docs/ref/exceptions.txt | |
| parent | 979ea95608176e9c88678fd4d8a096c29654b5f3 (diff) | |
Documented AppRegistryNotReady.
Diffstat (limited to 'docs/ref/exceptions.txt')
| -rw-r--r-- | docs/ref/exceptions.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt index 8c05aca977..6ce52977e8 100644 --- a/docs/ref/exceptions.txt +++ b/docs/ref/exceptions.txt @@ -12,6 +12,15 @@ Django Core Exceptions Django core exception classes are defined in ``django.core.exceptions``. +``AppRegistryNotReady`` +----------------------- + +.. exception:: AppRegistryNotReady + + This exception is raised when attempting to use models before the :ref:`app + loading process <app-loading-process>`, which initializes the ORM, is + complete. + ``ObjectDoesNotExist`` ---------------------- |
