1
0
mirror of https://github.com/django/django.git synced 2025-03-26 01:00:46 +00:00

Corrected a typo that inadvertently made its way into the docs.

This commit is contained in:
Alex Gaynor 2012-11-04 15:44:20 -08:00
parent 957787ace0
commit 0a49e6164c

View File

@ -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
=====================================