Commit History

Upphovsman SHA1 Meddelande Datum
  Mariusz Felisiak 71ec102b01 Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transforms with booleans on SQLite. 4 år sedan
  Johan Schiff d01709aae2 Fixed #24141 -- Added QuerySet.contains(). 4 år sedan
  Mariusz Felisiak c6b07627fc Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans with QuerySet.values()/values_list() on SQLite. 4 år sedan
  Timothy McCurrach 241da3f06e Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches. 4 år sedan
  Mariusz Felisiak 396da8b94c Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values. 4 år sedan
  Mariusz Felisiak b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 år sedan
  Iuri de Silvio 02391bc98c Fixed #32313 -- Corrected QuerySet.in_bulk() signature. 4 år sedan
  Alexander Lyabah 415f50298f Fixed #32231 -- Allowed passing None params to QuerySet.raw(). 4 år sedan
  Jon Dufresne 550297d20d Added backticks to code literals in various docs. 4 år sedan
  Ian Foote 8b040e3cbb Fixed #25534, Fixed #31639 -- Added support for transform references in expressions. 4 år sedan
  David-Wobrock 7b42d34646 Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets. 4 år sedan
  Paweł Zarębski 054ab1e00f Fixed example of QuerySet.explain() with flags in docs. 4 år sedan
  Mike Lissner 8c0794ba0d Refs #28939 -- Doc’d Prefetch behavior with multiple DBs. 4 år sedan
  Mariusz Felisiak 9a0e5052ed Corrected exception types in QuerySet docs. 4 år sedan
  Hasan Ramezani 5362e08624 Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a pickled Query. 4 år sedan
  Kaustubh b9be11d442 Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field. 4 år sedan
  Adam Alton 6e9c5ee88f Removed unnecessary sentence in QuerySet docs. 4 år sedan
  Alexandr Tatarinov f4ac167119 Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases. 4 år sedan
  Ramiro Morales 51e536178c Fixed typo in docs/ref/models/querysets.txt. 4 år sedan
  Adam Johnson bc4fea92b2 Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions. 4 år sedan
  Simon Charette ca6c5e5fc2 Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+. 4 år sedan
  matt ferrante 7d6916e827 Fixed #29789 -- Added support for nested relations to FilteredRelation. 5 år sedan
  davidchorpash 779e615e36 Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL. 4 år sedan
  Tobias Krönke 69e0d9c553 Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on MariDB and MySQL. 4 år sedan
  David Smith dbdc192ca3 Preferred usage of among/while to amongst/whilst. 4 år sedan
  Manuel Weitzman a4e6030904 Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update() on PostgreSQL. 4 år sedan
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 år sedan
  Adam Johnson 83c631ade7 Improved wording in Q() docs. 4 år sedan
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 år sedan
  Adam Johnson 93ed71e058 Fixed #31403 -- Added support for returning fields from INSERT statements on MariaDB 10.5+. 5 år sedan