Commit History

Author SHA1 Message Date
  Tim Graham e0837f2cb1 Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 9 years ago
  Maarten fe58d96e50 Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt. 9 years ago
  Caio Ariede 3862c568ac Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide. 9 years ago
  Tim Graham dc2d75f4d4 Fixed typo in aggregation docs link. 10 years ago
  Benjamin Bach 3ab8d0b8c7 Fixed a typo in aggregation docs. 10 years ago
  Benjamin Bach 4b23a6c7a9 Documented a current limitation of multiple table annotation; refs #10060. 10 years ago
  Éric Araujo cbffc900bb Fix link target markup 10 years ago
  Josh Smeaton f59fd15c49 Fixed #14030 -- Allowed annotations to accept all expressions 11 years ago
  areski 9d6551204e Removed unnecessary code-block directives. 10 years ago
  Tim Graham f3e7ab366c Removed gender-based pronouns per [c0a2daad78]. 11 years ago
  Marc Egli e4591debd1 Add missing imports and models to the examples in the the model layer documentation 11 years ago
  Tim Graham 93cffc3b37 Added missing markup to docs. 12 years ago
  Ramiro Morales 0560bfb705 Mention backward relationships in aggregate docs. 12 years ago
  Adrian Holovaty 64229eb388 Started a 'Cheat sheet' section in aggregation docs because I desperately need this 13 years ago
  Jannis Leidel 2eadc418af Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces. 13 years ago
  Simon Meers 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. 13 years ago
  Timo Graham 2ea93f9327 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 14 years ago
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 years ago
  Russell Keith-Magee 2dc2ed87e5 Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for the patch. 14 years ago
  Russell Keith-Magee b34edc76eb Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch. 15 years ago
  Luke Plant 2e9518bb39 Created a 'DB optimization' topic, with cross-refs to relevant sections. 15 years ago
  Adrian Holovaty 88265d4a73 Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiro 15 years ago
  Adrian Holovaty 4a6c746977 Removed ridiculous extra space around the title in docs/topics/db/aggregation.txt 15 years ago
  Malcolm Tredinnick 1aa0d1b4a6 Fixed #10490 -- Small wording correction in the docs. Thanks, matehat. 16 years ago
  Gary Wilson Jr 7372ea159a Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com. 16 years ago
  Malcolm Tredinnick 6fa30faa79 Fixed #10574 -- Documented interaction between annotations and order_by. 16 years ago
  Russell Keith-Magee 86a048b4e0 Fixed #10344 -- Corrected some typos in the aggregation docs. Thanks to ewoudenberg for the report. 16 years ago
  Russell Keith-Magee 542709d0d1 Fixed #10182 -- Corrected realiasing and the process of evaluating values() for queries with aggregate clauses. This means that aggregate queries can now be used as subqueries (such as in an __in clause). Thanks to omat for the report. 16 years ago
  Russell Keith-Magee f5ed27cf1f Fixed #10052 -- Added import line for other aggregates used in examples. Thanks to Tyler Brownell <tyler@bluefoxstudio.ca> for the suggestion. 16 years ago
  Russell Keith-Magee f9f9d703cf Fixed #10042 -- YAADT (Aggregation Docs Typo). 16 years ago