1
0
mirror of https://github.com/django/django.git synced 2025-04-15 12:54:38 +00:00

[1.7.x] Fixed typo in docs/ref/applications.txt.

Backport of 0fde2ca0368928bb8ee16b06b8ca33031bb779b7 from master
This commit is contained in:
Peter Inglesby 2014-12-06 12:56:43 +00:00 committed by Tim Graham
parent 01e117abf0
commit 00018642c9

View File

@ -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,