1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

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

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 ``'+'``.