diff options
| author | Alex Gaynor <alex.gaynor@rd.io> | 2012-11-04 15:44:20 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@rd.io> | 2012-11-04 15:45:20 -0800 |
| commit | f7552a2889568b16fe76a286559c2eba4e38f508 (patch) | |
| tree | 6bd1fb84f1d0b6788fc1335339af67c2ee6fe4b1 | |
| parent | 32d5f03f10069311b4f2c87d3cd38e968df74365 (diff) | |
[1.5.x] Corrected a typo that inadvertently made its way into the docs. Backport of 0a49e6164c78ab6c828c08896856a77e2b423c91.
| -rw-r--r-- | docs/releases/1.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ===================================== |
