[1.7.x] Fix a typo in 1.7 release notes

Backport of faf4d5c510 from master
This commit is contained in:
aruseni 2014-11-11 01:47:47 +01:00 committed by Simon Charette
parent c6d5f74371
commit 7c44d4be34
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ Models
* Explicit :class:`~django.db.models.OneToOneField` for
:ref:`multi-table-inheritance` are now discovered in abstract classes.
* Is it now possible to avoid creating a backward relation for
* It is now possible to avoid creating a backward relation for
:class:`~django.db.models.OneToOneField` by setting its
:attr:`~django.db.models.ForeignKey.related_name` to
``'+'`` or ending it with ``'+'``.