| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-16 | Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs. | $ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓 | |
| Co-authored-by: Clifford Gama <cliffygamy@gmail.com> | |||
| 2025-11-13 | Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries. | Kasyap Pentamaraju | |
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2025-05-20 | Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and ↵ | ontowhee | |
| Postgresql 16+. Thanks Simon Charette for the guidance and review. Thanks Tim Schilling for the documentation review. Thanks David Wobrock for investigation and solution proposals. | |||
| 2023-10-25 | Added missing pycon directives in various docs. | Mariusz Felisiak | |
| 2023-10-11 | Fixed #34808 -- Doc'd aggregate function's default argument. | lufafajoshua | |
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2022-09-09 | Corrected example of redundant all() in docs. | Dhanush | |
| 2022-02-22 | Removed redundant QuerySet.all() calls in docs and tests. | Nick Pope | |
| Most QuerySet methods are mapped onto the Manager and, in general, it isn't necessary to call .all() on the manager. | |||
| 2021-06-08 | Refs #14357 -- Updated docs about interaction between aggregations and ↵ | Mariusz Felisiak | |
| QuerySet.order_by(). Obsolete since 0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6. | |||
| 2021-04-09 | Fixed #32618 -- Added link to conditional aggregation in aggregation topic ↵ | Hasan Ramezani | |
| guide. | |||
| 2019-12-23 | Removed unnecessary code-block directives in various docs. | Jon Dufresne | |
| 2019-11-26 | Used :ticket: role in all tickets links. | Sergey Fedoseev | |
| 2019-09-10 | Refs #14357 -- Made Meta.ordering not affect GROUP BY queries. | Mariusz Felisiak | |
| Per deprecation timeline. | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-04-13 | Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt. | Daniel Musketa | |
| 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 | |
| Thanks Ramiro Morales for contributing to the patch. | |||
| 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 | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 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 | |
| Thanks Ankush Thakur for the report and Simon for the review. | |||
| 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 | |
| Thanks Josh, Anssi, and Carl for reviews and advice. | |||
| 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 | |
| This markup for a code block is redundant with the code-block directive below, and blocks the following line from working as link target. | |||
| 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 ↵ | Marc Egli | |
| documentation | |||
| 2013-03-22 | Added missing markup to docs. | Tim Graham | |
| 2013-02-12 | Mention backward relationships in aggregate docs. | Ramiro Morales | |
| Thanks Anssi and Marc Tamlyn for reviewing. Fixes #19803. | |||
| 2012-01-13 | Started a 'Cheat sheet' section in aggregation docs because I desperately ↵ | Adrian Holovaty | |
| need this git-svn-id: http://code.djangoproject.com/svn/django/trunk@17371 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-30 | Fixed doc references to `django.db.models.query.QuerySet` and converted some ↵ | Jannis Leidel | |
| tabs that were introduced in r16699 to spaces. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16915 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-05-13 | Fixed #16014 -- numerous documentation typos -- thanks psmith. | Simon Meers | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16220 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
