summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-10-11 16:19:32 -0700
committerTim Graham <timograham@gmail.com>2012-10-11 16:19:32 -0700
commit6b56aeec6e21c1cf7eccfd89f0f5c6722a066efc (patch)
tree6977bffff2e06efac63456660cc1e7abe7c33610
parentdd0cbc6bdccfc51329427b8a6023f6e866d48cba (diff)
parent70fac984c88d81a93502468f79f5c661dfe3b3aa (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.txt6
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