diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index 543edf6280..d826a39562 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -886,9 +886,9 @@ it. For example:: # This will delete the Blog and all of its Entry objects. b.delete() - This cascade behavior is customizable via the - :attr:`~django.db.models.ForeignKey.on_delete` argument to the - :class:`~django.db.models.ForeignKey`. +This cascade behavior is customizable via the +:attr:`~django.db.models.ForeignKey.on_delete` argument to the +:class:`~django.db.models.ForeignKey`. Note that :meth:`~django.db.models.query.QuerySet.delete` is the only :class:`~django.db.models.query.QuerySet` method that is not exposed on a