Commit History

作者 SHA1 備註 提交日期
  kola-er d94d7b113c Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update() options. 5 年之前
  Carlton Gibson cabf1fe37e Refs #30897 -- Made cosmetic edits to QuerySet.explain() documentation. 5 年之前
  Nick Pope 55df1750be Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on MariaDB and MySQL 8.0.18+. 5 年之前
  Nick Pope 742961332e Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8.0.16+. 5 年之前
  Antonio Dudarev 6c23b43655 Refs #13724 -- Corrected QuerySet signature in docs. 5 年之前
  André Ericson 31174031f1 Fixed #30841 -- Deprecated using non-boolean values for isnull lookup. 5 年之前
  Anatol Ulrich 8ed6788aa4 Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day lookup. 5 年之前
  Mariusz Felisiak 416c584cab Removed versionadded/changed annotations for 2.2. 5 年之前
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 年之前
  Andrew 29adcd215f Fixed #30733 -- Doc'd that datetime lookups require time zone definitions in the database. 5 年之前
  Étienne Beaulé 5f24e7158e Fixed #30665 -- Added support for distinct argument to Avg() and Sum(). 5 年之前
  Alex 1686dce06c Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning. 5 年之前
  Daniel Musketa 6fd9c9daa6 Fixed #30365 -- Fixed syntax highlighting in SQL examples. 6 年之前
  Ville Skyttä 03db5fddfd Fixed typos in docs, comments, and exception messages. 6 年之前
  Nick Pope 198a2a9381 Removed unnecessary /static from links to PostgreSQL docs. 6 年之前
  Paul Wayper 1025e76429 Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by(). 6 年之前
  Mariusz Felisiak 759a9b710c Updated Oracle docs links to Oracle 18c. 6 年之前
  Nick Pope 24b82cd201 Fixed #30159 -- Removed unneeded use of OrderedDict. 6 年之前
  Tim Graham 39ebdf5a3c Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1. 6 年之前
  Sergey Fedoseev ba7a420012 Corrected output of Prefetch.to_attr example. 6 年之前
  Day Barr 51fa59f0b3 Fixed typo in QuerySet.bulk_update documentation (#10859) 6 年之前
  Tim Graham ec7e179aeb Removed versionadded/changed annotations for 2.1. 6 年之前
  Nick Pope 6d4efa8e6a Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin. 6 年之前
  Nick Pope e85afa5943 Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin. 6 年之前
  Nick Pope c690afb873 Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin. 6 年之前
  Hasan Ramezani 52d06d3041 Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates. 6 年之前
  Nick Pope 83677faf86 Fixed #30056 -- Added SQLite support for StdDev and Variance functions. 6 年之前
  Nick Pope e626a3f993 Renamed Sqlite and Sqlite3 references to SQLite. 6 年之前
  Tim Graham 926fa7116f Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates. 6 年之前
  Simon Charette 9a7d336c38 Corrected Aggregate docs to reflect that it accepts multiple expressions. 6 年之前