summaryrefslogtreecommitdiff
path: root/docs/topics/db/aggregation.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-37/+51
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-25/+75
* Corrected example of redundant all() in docs.Dhanush2022-09-091-1/+1
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-3/+3
* Refs #14357 -- Updated docs about interaction between aggregations and QueryS...Mariusz Felisiak2021-06-081-19/+15
* Fixed #32618 -- Added link to conditional aggregation in aggregation topic gu...Hasan Ramezani2021-04-091-1/+1
* Removed unnecessary code-block directives in various docs.Jon Dufresne2019-12-231-6/+3
* Used :ticket: role in all tickets links.Sergey Fedoseev2019-11-261-3/+2
* Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.Mariusz Felisiak2019-09-101-7/+0
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-3/+3
* Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa2019-04-131-2/+2
* Removed unused fields from aggregation docs.Peter Inglesby2018-10-131-2/+0
* Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales2018-09-131-0/+7
* Fixed #29573 -- Added links in aggregation topic guide.Vishvajit Pathak2018-09-101-9/+10
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-4/+0
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-3/+3
* Fixed typo in docs/topics/db/aggregation.txt.Tim Graham2017-11-071-1/+1
* Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider2017-09-291-1/+1
* Fixed #27849 -- Added filtering support to aggregates.Tom2017-08-121-0/+33
* Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs.Tim Graham2017-06-061-5/+5
* Fixed typo in docs/topics/db/aggregation.txt header.Mads Jensen2017-03-141-1/+1
* Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.Tim Graham2016-07-251-0/+2
* Added imports to docs/topics/db/aggregation.txt example.MariKiev2016-05-251-0/+1
* Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.Tim Graham2016-04-271-6/+7
* Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer2016-03-251-1/+1
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-6/+6
* Refs #10060 -- Corrected description of multiple annotations bug.Tim Graham2015-12-151-5/+4
* Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.Tim Graham2015-11-121-23/+63
* Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham2015-10-061-1/+1
* Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.Maarten2015-09-051-2/+2
* Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide.Caio Ariede2015-08-041-6/+28
* Fixed typo in aggregation docs link.Tim Graham2014-12-031-1/+1
* Fixed a typo in aggregation docs.Benjamin Bach2014-12-031-1/+1
* Documented a current limitation of multiple table annotation; refs #10060.Benjamin Bach2014-12-031-0/+11
* Fix link target markupÉric Araujo2014-11-171-1/+1
* Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton2014-11-151-0/+5
* Removed unnecessary code-block directives.areski2014-08-191-1/+1
* Removed gender-based pronouns per [c0a2daad78].Tim Graham2013-11-301-1/+1
* Add missing imports and models to the examples in the the model layer documen...Marc Egli2013-05-181-16/+24
* Added missing markup to docs.Tim Graham2013-03-221-16/+20
* Mention backward relationships in aggregate docs.Ramiro Morales2013-02-121-4/+49
* Started a 'Cheat sheet' section in aggregation docs because I desperately nee...Adrian Holovaty2012-01-131-0/+36
* Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel2011-09-301-4/+4
* Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers2011-05-131-1/+1
* Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham2010-12-261-2/+0
* Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss2010-08-191-4/+2
* Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for ...Russell Keith-Magee2010-08-071-1/+1
* Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ...Russell Keith-Magee2010-05-101-2/+2
* Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant2010-01-161-1/+1
* Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiroAdrian Holovaty2010-01-091-1/+1