From 9618d68b345fe69c787f8426b07e920e647e05f3 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 21 Jun 2014 15:00:35 +0200 Subject: Fixed #8033 -- Explained app registry error during translation setup Thanks Tim Graham and Aymeric Augustin for the review. --- docs/ref/applications.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index fa69a28493..a7590b899d 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -382,9 +382,9 @@ Troubleshooting Here are some common problems that you may encounter during initialization: -* ``RuntimeError: App registry isn't ready yet.`` This happens when importing - an application configuration or a models module triggers code that depends - on the app registry. +* ``AppRegistryNotReady`` This happens when importing an application + configuration or a models module triggers code that depends on the app + registry. For example, :func:`~django.utils.translation.ugettext()` uses the app registry to look up translation catalogs in applications. To translate at -- cgit v1.3