diff options
| author | Don Spaulding <donspauldingii@gmail.com> | 2012-10-05 19:17:00 -0500 |
|---|---|---|
| committer | Don Spaulding <donspauldingii@gmail.com> | 2012-10-05 19:17:00 -0500 |
| commit | 70fac984c88d81a93502468f79f5c661dfe3b3aa (patch) | |
| tree | f6eadf447e175ff59728e898f6a742fecdc145bc /docs | |
| parent | 84f9741664dadb3185c3d8822b720b340374066e (diff) | |
Fixed format-o in docs/topics/db/queries.txt
It appears that our infamous villain, Significant Whitespace,
has struck again.
In this episode, little Timmy finds himself trapped in a
code well. He need not despair, however, as Indentation Man
has heard his cries for help and sprung into action.
With his feline helper, Octocat, at his side, Indentation Man
races to the scene, flings open a web-based code editor, and with
terrific aplomb, frees Timmy to be the documentation he always
wanted to be.
Once again Goodness has prevailed. In the fight for readable
documentation, no stray whitespace will ever be able to
withstand the str.strip()ing nature of....INDENTATION MAN.
Diffstat (limited to 'docs')
| -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 c724eabb8e..1f73156ab9 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -883,9 +883,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 |
