Commit History

Author SHA1 Message Date
  Carlton Gibson 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 years ago
  Can Sarıgöl 7ea86076fc Fixed #33046 -- Added note about using length of cached result by QuerySet.count(). 3 years ago
  Abhyudai 85d47a58bf Made minor edits to QuerySet.update_or_create() docs. 3 years ago
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
  Nick Pope 501a8db465 Fixed #10929 -- Added default argument to aggregates. 4 years ago
  Mariusz Felisiak 77b88fe621 Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+. 3 years ago
  Claude Paroz 7309393c3a Documented in_bulk behavior with nonexistent id_list items. 3 years ago
  abhiabhi94 cd124295d8 Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects updated. 3 years ago
  Mariusz Felisiak ca98729055 Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB. 3 years ago
  girishsontakke 98abc0c90e Fixed #32501 -- Added support for returning fields from INSERT statements on SQLite 3.35+. 4 years ago
  Claude Paroz cac9ec73db Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the first paragraph. 4 years ago
  Mariusz Felisiak 71ec102b01 Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transforms with booleans on SQLite. 4 years ago
  Johan Schiff d01709aae2 Fixed #24141 -- Added QuerySet.contains(). 4 years ago
  Mariusz Felisiak c6b07627fc Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans with QuerySet.values()/values_list() on SQLite. 4 years ago
  Timothy McCurrach 241da3f06e Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches. 4 years ago
  Mariusz Felisiak 396da8b94c Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values. 4 years ago
  Mariusz Felisiak b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 years ago
  Iuri de Silvio 02391bc98c Fixed #32313 -- Corrected QuerySet.in_bulk() signature. 4 years ago
  Alexander Lyabah 415f50298f Fixed #32231 -- Allowed passing None params to QuerySet.raw(). 4 years ago
  Jon Dufresne 550297d20d Added backticks to code literals in various docs. 4 years ago
  Ian Foote 8b040e3cbb Fixed #25534, Fixed #31639 -- Added support for transform references in expressions. 4 years ago
  David-Wobrock 7b42d34646 Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets. 4 years ago
  Paweł Zarębski 054ab1e00f Fixed example of QuerySet.explain() with flags in docs. 4 years ago
  Mike Lissner 8c0794ba0d Refs #28939 -- Doc’d Prefetch behavior with multiple DBs. 4 years ago
  Mariusz Felisiak 9a0e5052ed Corrected exception types in QuerySet docs. 4 years ago
  Hasan Ramezani 5362e08624 Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a pickled Query. 4 years ago
  Kaustubh b9be11d442 Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field. 4 years ago
  Adam Alton 6e9c5ee88f Removed unnecessary sentence in QuerySet docs. 4 years ago
  Alexandr Tatarinov f4ac167119 Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases. 4 years ago
  Ramiro Morales 51e536178c Fixed typo in docs/ref/models/querysets.txt. 4 years ago