1
0
mirror of https://github.com/django/django.git synced 2025-04-04 13:36:42 +00:00

Fix typo in 0ce945a67151acf2c58bc35a47f4c3d45ff30085.

Thanks to Loic for the report.
This commit is contained in:
Marc Tamlyn 2014-01-02 09:06:52 +00:00
parent b2d78939d1
commit 7a30eab06e

View File

@ -700,7 +700,7 @@ Management commands and order of :setting:`INSTALLED_APPS`
When several applications provide management commands with the same name,
Django loads the command from the application that comes first in
:setting:`INSTALLED_APPS`. Previous versions loaded the command from the
applicatino that came last.
application that came last.
This brings discovery of management commands in line with other parts of
Django that rely on the order of :setting:`INSTALLED_APPS`, such as static