From 00018642c958e529cac4563b68fd2d18ce59326b Mon Sep 17 00:00:00 2001 From: Peter Inglesby Date: Sat, 6 Dec 2014 12:56:43 +0000 Subject: [PATCH] [1.7.x] Fixed typo in docs/ref/applications.txt. Backport of 0fde2ca0368928bb8ee16b06b8ca33031bb779b7 from master --- docs/ref/applications.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index 6469b76630..ab52e8b3e6 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -361,7 +361,7 @@ processes all applications in the order of :setting:`INSTALLED_APPS`. the order of :setting:`INSTALLED_APPS`, it's strongly recommended not import any models at this stage. - Once this stage completes, APIs that operate of application configurations + Once this stage completes, APIs that operate on application configurations such as :meth:`~apps.get_app_config()` become usable. #. Then Django attempts to import the ``models`` submodule of each application,