| Age | Commit message (Expand) | Author |
| 2018-10-13 | Removed unused fields from aggregation docs. | Peter Inglesby |
| 2018-09-13 | Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries. | Ramiro Morales |
| 2018-09-10 | Fixed #29573 -- Added links in aggregation topic guide. | Vishvajit Pathak |
| 2018-05-17 | Removed versionadded/changed annotations for 2.0. | Tim Graham |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak |
| 2017-11-07 | Fixed typo in docs/topics/db/aggregation.txt. | Tim Graham |
| 2017-09-29 | Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs. | Stefan Schneider |
| 2017-08-12 | Fixed #27849 -- Added filtering support to aggregates. | Tom |
| 2017-06-06 | Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs. | Tim Graham |
| 2017-03-14 | Fixed typo in docs/topics/db/aggregation.txt header. | Mads Jensen |
| 2016-07-25 | Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs. | Tim Graham |
| 2016-05-25 | Added imports to docs/topics/db/aggregation.txt example. | MariKiev |
| 2016-04-27 | Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide. | Tim Graham |
| 2016-03-25 | Fixed typo in docs/topics/db/aggregation.txt. | Tim Shaffer |
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv |
| 2015-12-15 | Refs #10060 -- Corrected description of multiple annotations bug. | Tim Graham |
| 2015-11-12 | Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering. | Tim Graham |
| 2015-10-06 | Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. | Tim Graham |
| 2015-09-05 | Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt. | Maarten |
| 2015-08-04 | Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide. | Caio Ariede |
| 2014-12-03 | Fixed typo in aggregation docs link. | Tim Graham |
| 2014-12-03 | Fixed a typo in aggregation docs. | Benjamin Bach |
| 2014-12-03 | Documented a current limitation of multiple table annotation; refs #10060. | Benjamin Bach |
| 2014-11-17 | Fix link target markup | Éric Araujo |
| 2014-11-15 | Fixed #14030 -- Allowed annotations to accept all expressions | Josh Smeaton |
| 2014-08-19 | Removed unnecessary code-block directives. | areski |
| 2013-11-30 | Removed gender-based pronouns per [c0a2daad78]. | Tim Graham |
| 2013-05-18 | Add missing imports and models to the examples in the the model layer documen... | Marc Egli |
| 2013-03-22 | Added missing markup to docs. | Tim Graham |
| 2013-02-12 | Mention backward relationships in aggregate docs. | Ramiro Morales |
| 2012-01-13 | Started a 'Cheat sheet' section in aggregation docs because I desperately nee... | Adrian Holovaty |
| 2011-09-30 | Fixed doc references to `django.db.models.query.QuerySet` and converted some ... | Jannis Leidel |
| 2011-05-13 | Fixed #16014 -- numerous documentation typos -- thanks psmith. | Simon Meers |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-08-07 | Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for ... | Russell Keith-Magee |
| 2010-05-10 | Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ... | Russell Keith-Magee |
| 2010-01-16 | Created a 'DB optimization' topic, with cross-refs to relevant sections. | Luke Plant |
| 2010-01-09 | Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiro | Adrian Holovaty |
| 2010-01-09 | Removed ridiculous extra space around the title in docs/topics/db/aggregation... | Adrian Holovaty |
| 2009-04-12 | Fixed #10490 -- Small wording correction in the docs. Thanks, matehat. | Malcolm Tredinnick |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-25 | Fixed #10574 -- Documented interaction between annotations and order_by. | Malcolm Tredinnick |
| 2009-02-24 | Fixed #10344 -- Corrected some typos in the aggregation docs. Thanks to ewoud... | Russell Keith-Magee |
| 2009-02-23 | Fixed #10182 -- Corrected realiasing and the process of evaluating values() f... | Russell Keith-Magee |
| 2009-01-23 | Fixed #10052 -- Added import line for other aggregates used in examples. Than... | Russell Keith-Magee |
| 2009-01-16 | Fixed #10042 -- YAADT (Aggregation Docs Typo). | Russell Keith-Magee |
| 2009-01-15 | Fixed #10039 -- More typos in aggregation docs. Seriously, people, now you're... | Russell Keith-Magee |
| 2009-01-15 | Fixed #10035 -- Corrected more typos in the aggregation docs. Thanks to Ivan ... | Russell Keith-Magee |
| 2009-01-15 | Corrected another typo in aggregation docs. Thanks to Ivan Sagalaev for the r... | Russell Keith-Magee |