diff options
| author | Tim Graham <timograham@gmail.com> | 2012-10-11 16:19:32 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-10-11 16:19:32 -0700 |
| commit | 6b56aeec6e21c1cf7eccfd89f0f5c6722a066efc (patch) | |
| tree | 6977bffff2e06efac63456660cc1e7abe7c33610 | |
| parent | dd0cbc6bdccfc51329427b8a6023f6e866d48cba (diff) | |
| parent | 70fac984c88d81a93502468f79f5c661dfe3b3aa (diff) | |
Merge pull request #428 from donspaulding/patch-1
Removed extra indent in docs/topics/db/queries.txt
| -rw-r--r-- | docs/topics/db/queries.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
