コミット履歴

作者 SHA1 メッセージ 日付
  Simon Charette 9dc367dc10 Refs #30158 -- Added alias argument to Expression.get_group_by_cols(). 6 年 前
  Tim Graham ec7e179aeb Removed versionadded/changed annotations for 2.1. 6 年 前
  Simon Charette bc05547cd8 Fixed #28658 -- Added DISTINCT handling to the Aggregate class. 6 年 前
  Simon Charette 9a7d336c38 Corrected Aggregate docs to reflect that it accepts multiple expressions. 6 年 前
  Curtis Maloney c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. 6 年 前
  priyanshsaxena 83b04d4f88 Fixed #29048 -- Added **extra_context to database function as_vendor() methods. 7 年 前
  Mads Jensen ab251fdad2 Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs. 6 年 前
  Tim Graham 7543ab1f8d Removed versionadded/changed annotations for 2.0. 6 年 前
  Mariusz Felisiak 35319bf12c Alphabetized imports in various docs. 6 年 前
  drd0013 5d923f2d8c Fixed #29313 -- Doc'd how to use F() to sort null values. 7 年 前
  Matthew Wilkes 2162f0983d Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields). 7 年 前
  priyanshsaxena 617d5f410f Fixed #29066 -- Allowed negating query expressions. 7 年 前
  Igor Starikov 3cc08f4b2b Fixed typo in docs/ref/models/expressions.txt. 7 年 前
  Benjamin Bach bf49d9eb0b Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressions.txt. 7 年 前
  Tim Graham 327f0f37ce Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe. 7 年 前
  Tim Graham 1e7dbbdec5 Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s **extra_context aren't escaped. 7 年 前
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 年 前
  Mads Jensen d549b88050 Fixed #26608 -- Added support for window expressions (OVER clause). 7 年 前
  Tom b78d100fa6 Fixed #27849 -- Added filtering support to aggregates. 8 年 前
  Tim Graham 487362fa8f Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value(). 7 年 前
  Tomer Chachamu 62917cee5a Doc'd the need to remove default ordering on Subquery aggregates. 7 年 前
  Alasdair Nicol 757aefc12b Removed self from method signatures in docs. 8 年 前
  lb1c 36f2262741 Fixed incorrect import in docs/ref/models/expressions.txt. 8 年 前
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 年 前
  Paolo Melchiorre 5890d6ab03 Fixed typo in docs/ref/models/expressions.txt. 8 年 前
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 年 前
  Matthew Schinckel 236ebe94bf Fixed #27149 -- Added Subquery and Exists database expressions. 9 年 前
  Yohann Gabory 47ef8f31f3 Fixed #13312 -- Allowed specifying the order of null fields in queries. 8 年 前
  Tim Graham 0d6c7cae7c Inlined a note in docs/ref/models/expressions.txt. 8 年 前
  Jop Reyntjes f8fab6f902 Fixed #27414 -- Doc'd that F() expressions on relations return pk values. 8 年 前