mirror of
https://github.com/django/django.git
synced 2025-04-15 12:54:38 +00:00
[1.7.x] Fix a typo in 1.7 release notes
Backport of faf4d5c510 from master
This commit is contained in:
parent
c6d5f74371
commit
7c44d4be34
@ -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 ``'+'``.
|
||||
|
Loading…
x
Reference in New Issue
Block a user