summaryrefslogtreecommitdiff
path: root/docs/topics/db/aggregation.txt
AgeCommit message (Expand)Author
2026-02-16Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs.$ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓
2025-11-13Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.Kasyap Pentamaraju
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-05-20Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...ontowhee
2023-10-25Added missing pycon directives in various docs.Mariusz Felisiak
2023-10-11Fixed #34808 -- Doc'd aggregate function's default argument.lufafajoshua
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-09-09Corrected example of redundant all() in docs.Dhanush
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2021-06-08Refs #14357 -- Updated docs about interaction between aggregations and QueryS...Mariusz Felisiak
2021-04-09Fixed #32618 -- Added link to conditional aggregation in aggregation topic gu...Hasan Ramezani
2019-12-23Removed unnecessary code-block directives in various docs.Jon Dufresne
2019-11-26Used :ticket: role in all tickets links.Sergey Fedoseev
2019-09-10Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-04-13Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa
2018-10-13Removed unused fields from aggregation docs.Peter Inglesby
2018-09-13Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales
2018-09-10Fixed #29573 -- Added links in aggregation topic guide.Vishvajit Pathak
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2017-11-07Fixed typo in docs/topics/db/aggregation.txt.Tim Graham
2017-09-29Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom
2017-06-06Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs.Tim Graham
2017-03-14Fixed typo in docs/topics/db/aggregation.txt header.Mads Jensen
2016-07-25Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.Tim Graham
2016-05-25Added imports to docs/topics/db/aggregation.txt example.MariKiev
2016-04-27Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.Tim Graham
2016-03-25Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-15Refs #10060 -- Corrected description of multiple annotations bug.Tim Graham
2015-11-12Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.Tim Graham
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-09-05Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.Maarten
2015-08-04Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide.Caio Ariede
2014-12-03Fixed typo in aggregation docs link.Tim Graham
2014-12-03Fixed a typo in aggregation docs.Benjamin Bach
2014-12-03Documented a current limitation of multiple table annotation; refs #10060.Benjamin Bach
2014-11-17Fix link target markupÉric Araujo
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-08-19Removed unnecessary code-block directives.areski
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-03-22Added missing markup to docs.Tim Graham
2013-02-12Mention backward relationships in aggregate docs.Ramiro Morales
2012-01-13Started a 'Cheat sheet' section in aggregation docs because I desperately nee...Adrian Holovaty
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers