1
0
mirror of https://github.com/django/django.git synced 2025-05-11 17:36:28 +00:00

Fixed typo in docs/topics/db/aggregation.txt header.

This commit is contained in:
Mads Jensen 2017-03-14 16:11:14 +01:00 committed by Tim Graham
parent e7033e00f8
commit a7ec7afce1

View File

@ -482,7 +482,7 @@ include the aggregate column.
.. _aggregation-ordering-interaction: .. _aggregation-ordering-interaction:
Interaction with default ordering or ``order_by()`` Interaction with default ordering or ``order_by()``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fields that are mentioned in the ``order_by()`` part of a queryset (or which Fields that are mentioned in the ``order_by()`` part of a queryset (or which
are used in the default ordering on a model) are used when selecting the are used in the default ordering on a model) are used when selecting the