Copy-edited previous commit.

Thanks Tim for the review.
This commit is contained in:
Aymeric Augustin 2013-12-24 23:48:22 +01:00
parent 285e765891
commit 8c78cba47f
2 changed files with 4 additions and 5 deletions

View file

@ -1297,7 +1297,7 @@ application. :ref:` Learn more about applications </ref/applications>`.
.. admonition:: Use the application registry for introspection
Your code should never access :setting:`INSTALLED_APPS` directly. Use the
app registry, :attr:`~django.apps.apps`, instead.
app registry, :attr:`django.apps.apps`, instead.
.. admonition:: Application labels must be unique