From 0a49e6164c78ab6c828c08896856a77e2b423c91 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 4 Nov 2012 15:44:20 -0800 Subject: [PATCH] Corrected a typo that inadvertently made its way into the docs. --- docs/releases/1.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index a8024424bd..8b7af2cf36 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -304,7 +304,7 @@ Django 1.5 also includes several smaller improvements worth noting: * Multi-column indexes can now be created on models. Read the :attr:`~django.db.models.Options.index_together` documentation for more - infomration. + information. Backwards incompatible changes in 1.5 =====================================