История коммитов

Автор SHA1 Сообщение Дата
  Tim Graham e0837f2cb1 Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 9 лет назад
  Maarten fe58d96e50 Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt. 9 лет назад
  Caio Ariede 3862c568ac Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide. 9 лет назад
  Tim Graham dc2d75f4d4 Fixed typo in aggregation docs link. 10 лет назад
  Benjamin Bach 3ab8d0b8c7 Fixed a typo in aggregation docs. 10 лет назад
  Benjamin Bach 4b23a6c7a9 Documented a current limitation of multiple table annotation; refs #10060. 10 лет назад
  Éric Araujo cbffc900bb Fix link target markup 10 лет назад
  Josh Smeaton f59fd15c49 Fixed #14030 -- Allowed annotations to accept all expressions 11 лет назад
  areski 9d6551204e Removed unnecessary code-block directives. 10 лет назад
  Tim Graham f3e7ab366c Removed gender-based pronouns per [c0a2daad78]. 11 лет назад
  Marc Egli e4591debd1 Add missing imports and models to the examples in the the model layer documentation 12 лет назад
  Tim Graham 93cffc3b37 Added missing markup to docs. 12 лет назад
  Ramiro Morales 0560bfb705 Mention backward relationships in aggregate docs. 12 лет назад
  Adrian Holovaty 64229eb388 Started a 'Cheat sheet' section in aggregation docs because I desperately need this 13 лет назад
  Jannis Leidel 2eadc418af Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces. 13 лет назад
  Simon Meers 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. 14 лет назад
  Timo Graham 2ea93f9327 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 14 лет назад
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 лет назад
  Russell Keith-Magee 2dc2ed87e5 Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for the patch. 14 лет назад
  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 лет назад
  Luke Plant 2e9518bb39 Created a 'DB optimization' topic, with cross-refs to relevant sections. 15 лет назад
  Adrian Holovaty 88265d4a73 Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiro 15 лет назад
  Adrian Holovaty 4a6c746977 Removed ridiculous extra space around the title in docs/topics/db/aggregation.txt 15 лет назад
  Malcolm Tredinnick 1aa0d1b4a6 Fixed #10490 -- Small wording correction in the docs. Thanks, matehat. 16 лет назад
  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 лет назад
  Malcolm Tredinnick 6fa30faa79 Fixed #10574 -- Documented interaction between annotations and order_by. 16 лет назад
  Russell Keith-Magee 86a048b4e0 Fixed #10344 -- Corrected some typos in the aggregation docs. Thanks to ewoudenberg for the report. 16 лет назад
  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 лет назад
  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 лет назад
  Russell Keith-Magee f9f9d703cf Fixed #10042 -- YAADT (Aggregation Docs Typo). 16 лет назад