diff options
| author | Peter Inglesby <peter.inglesby@gmail.com> | 2014-12-06 12:56:43 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-06 09:23:37 -0500 |
| commit | 00018642c958e529cac4563b68fd2d18ce59326b (patch) | |
| tree | acf2cfc11482030ab97e078798ef45bde55571e5 /docs/ref | |
| parent | 01e117abf054176577b549165e240e2402e2e344 (diff) | |
[1.7.x] Fixed typo in docs/ref/applications.txt.
Backport of 0fde2ca0368928bb8ee16b06b8ca33031bb779b7 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/applications.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
