mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Copy-edited previous commit.
Thanks Tim for the review.
This commit is contained in:
parent
285e765891
commit
8c78cba47f
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue