Fix a typo in 1.7 release notes

This commit is contained in:
aruseni 2014-11-11 01:47:47 +01:00 committed by Simon Charette
parent b239c3d27e
commit faf4d5c510
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 ``'+'``.