I think this should be:
//# All the following queries involve traversing the Book<->Publisher
# foreign key relationship backward//
Lines 243-245 say:
//The same rules apply to the ``aggregate()`` clause. If you wanted to
know the lowest and highest price of any book that is available for sale
in a store, you could use the aggregate:://
I think "in any of the stores" would be better than "in a store".
Kind regards.
--
Ticket URL: <https://code.djangoproject.com/ticket/25355>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => mzaanen
* needs_docs: => 0
* status: new => assigned
* needs_tests: => 0
* needs_better_patch: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/25355#comment:1>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"fe58d96e50e33b05f2a45f1493eca39ec9b3d030" fe58d96e]:
{{{
#!CommitTicketReference repository=""
revision="fe58d96e50e33b05f2a45f1493eca39ec9b3d030"
Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25355#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"c06953e8f976fc4742773144456f8b7c9e37679d" c06953e8]:
{{{
#!CommitTicketReference repository=""
revision="c06953e8f976fc4742773144456f8b7c9e37679d"
[1.8.x] Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.
Backport of fe58d96e50e33b05f2a45f1493eca39ec9b3d030 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25355#comment:3>