|
@@ -225,7 +225,7 @@ annotate
|
|
|
Annotates each object in the ``QuerySet`` with the provided list of :doc:`query
|
|
|
expressions </ref/models/expressions>`. An expression may be a simple value, a
|
|
|
reference to a field on the model (or any related models), or an aggregate
|
|
|
-expression (averages, sums, etc) that has been computed over the objects that
|
|
|
+expression (averages, sums, etc.) that has been computed over the objects that
|
|
|
are related to the objects in the ``QuerySet``.
|
|
|
|
|
|
Each argument to ``annotate()`` is an annotation that will be added
|
|
@@ -1954,7 +1954,7 @@ aggregate
|
|
|
|
|
|
.. method:: aggregate(*args, **kwargs)
|
|
|
|
|
|
-Returns a dictionary of aggregate values (averages, sums, etc) calculated over
|
|
|
+Returns a dictionary of aggregate values (averages, sums, etc.) calculated over
|
|
|
the ``QuerySet``. Each argument to ``aggregate()`` specifies a value that will
|
|
|
be included in the dictionary that is returned.
|
|
|
|