Commit History

Author SHA1 Message Date
  Manuel Weitzman a4e6030904 Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update() on PostgreSQL. 4 years ago
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 years ago
  Adam Johnson 83c631ade7 Improved wording in Q() docs. 4 years ago
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 years ago
  Adam Johnson 93ed71e058 Fixed #31403 -- Added support for returning fields from INSERT statements on MariaDB 10.5+. 4 years ago
  Hasan Ramezani 53b6a466d8 Refs #29724 -- Added is_dst parameter to QuerySet.datetimes(). 5 years ago
  Mariusz Felisiak 30ca66eadd Added missing backticks in various docs. 5 years ago
  Adam Johnson 382af9b141 Fixed #31003 -- Doc'd and tested return value of QuerySet.bulk_create(). 5 years ago
  Mariusz Felisiak 0107e3d105 Fixed #30953 -- Made select_for_update() lock queryset's model when using "self" with multi-table inheritance. 5 years ago
  kola-er d94d7b113c Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update() options. 5 years ago
  Carlton Gibson cabf1fe37e Refs #30897 -- Made cosmetic edits to QuerySet.explain() documentation. 5 years ago
  Nick Pope 55df1750be Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on MariaDB and MySQL 8.0.18+. 5 years ago
  Nick Pope 742961332e Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8.0.16+. 5 years ago
  Antonio Dudarev 6c23b43655 Refs #13724 -- Corrected QuerySet signature in docs. 5 years ago
  André Ericson 31174031f1 Fixed #30841 -- Deprecated using non-boolean values for isnull lookup. 5 years ago
  Anatol Ulrich 8ed6788aa4 Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day lookup. 5 years ago
  Mariusz Felisiak 416c584cab Removed versionadded/changed annotations for 2.2. 5 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  Andrew 29adcd215f Fixed #30733 -- Doc'd that datetime lookups require time zone definitions in the database. 5 years ago
  Étienne Beaulé 5f24e7158e Fixed #30665 -- Added support for distinct argument to Avg() and Sum(). 5 years ago
  Alex 1686dce06c Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning. 5 years ago
  Daniel Musketa 6fd9c9daa6 Fixed #30365 -- Fixed syntax highlighting in SQL examples. 5 years ago
  Ville Skyttä 03db5fddfd Fixed typos in docs, comments, and exception messages. 5 years ago
  Nick Pope 198a2a9381 Removed unnecessary /static from links to PostgreSQL docs. 5 years ago
  Paul Wayper 1025e76429 Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by(). 6 years ago
  Mariusz Felisiak 759a9b710c Updated Oracle docs links to Oracle 18c. 6 years ago
  Nick Pope 24b82cd201 Fixed #30159 -- Removed unneeded use of OrderedDict. 6 years ago
  Tim Graham 39ebdf5a3c Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1. 6 years ago
  Sergey Fedoseev ba7a420012 Corrected output of Prefetch.to_attr example. 6 years ago
  Day Barr 51fa59f0b3 Fixed typo in QuerySet.bulk_update documentation (#10859) 6 years ago