From 7a30eab06e05f9c5901ad2f70378948450473c88 Mon Sep 17 00:00:00 2001 From: Marc Tamlyn Date: Thu, 2 Jan 2014 09:06:52 +0000 Subject: [PATCH] Fix typo in 0ce945a67151acf2c58bc35a47f4c3d45ff30085. Thanks to Loic for the report. --- docs/releases/1.7.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 2d040d92f9..c684454181 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -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