提交历史

作者 SHA1 备注 提交日期
  Nick Pope 500e01073a Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 1 年之前
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 年之前
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 1 年之前
  Carlton Gibson ca1c3151c3 Removed versionadded/changed annotations for 4.0. 2 年之前
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 年之前
  Ian Foote f42ccdd835 Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter(). 3 年之前
  Simon Charette 156a2138db Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests. 4 年之前
  Ryan Heard 587b179d41 Fixed #31606 -- Allowed using condition with lookups in When() expression. 4 年之前
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 年之前
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 年之前
  Matthew Schinckel 4137fc2efc Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude(). 7 年之前
  Jon Dufresne 97d3321e89 Changed tuple choices to list in docs. 5 年之前
  Mariusz Felisiak 35319bf12c Alphabetized imports in various docs. 6 年之前
  Mohammad Esmaeilbeygi 9d1d0e2b70 Fixed import in docs/ref/models/conditional-expressions.txt example. 7 年之前
  Tom b78d100fa6 Fixed #27849 -- Added filtering support to aggregates. 7 年之前
  Irindu Indeera babe9e64a6 Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples. 7 年之前
  Jonatas CD b28c6ca763 Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter(). 8 年之前
  Sergey Fedoseev db613f4f12 Refs #14030 -- Updated docs per "Improved expression support for python values." 8 年之前
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 8 年之前
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 年之前
  Josh Smeaton e2d6e14662 Refs #14030 -- Improved expression support for python values 9 年之前
  Michał Modzelewski 65246de7b1 Fixed #24031 -- Added CASE expressions to the ORM. 10 年之前