Commit History

Author SHA1 Message Date
  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+. 3 years ago
  Claude Paroz cac9ec73db Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the first paragraph. 3 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
  Adam Johnson bc4fea92b2 Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions. 4 years ago
  Simon Charette ca6c5e5fc2 Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+. 4 years ago
  matt ferrante 7d6916e827 Fixed #29789 -- Added support for nested relations to FilteredRelation. 5 years ago
  davidchorpash 779e615e36 Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL. 4 years ago
  Tobias Krönke 69e0d9c553 Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on MariDB and MySQL. 4 years ago