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:44:20 -0800 |
| commit | 0a49e6164c78ab6c828c08896856a77e2b423c91 (patch) | |
| tree | d8e583d6542491b949aa44b362a3d17dd88fff07 /docs | |
| parent | 957787ace0a14fa2ee2539d47a64b266bc93b6bd (diff) | |
Corrected a typo that inadvertently made its way into the docs.
Diffstat (limited to 'docs')
| -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 ===================================== |
