Commit 7c44d4be authored by aruseni's avatar aruseni Committed by Simon Charette
Browse files

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

Backport of faf4d5c5 from master
parent c6d5f743
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ``'+'``.