summaryrefslogtreecommitdiff
path: root/docs/ref/models/querysets.txt
AgeCommit message (Expand)Author
2021-11-23[4.0.x] Corrected signatures of QuerySet's methods.Mariusz Felisiak
2021-10-04[4.0.x] Fixed #32888 -- Doc'd that select_for_update() only locks tables with...Hannes Ljungberg
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-08-26Fixed #33046 -- Added note about using length of cached result by QuerySet.co...Can Sarıgöl
2021-07-29Made minor edits to QuerySet.update_or_create() docs.Abhyudai
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-19Fixed #10929 -- Added default argument to aggregates.Nick Pope
2021-07-08Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.Mariusz Felisiak
2021-07-07Documented in_bulk behavior with nonexistent id_list items.Claude Paroz
2021-06-29Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...abhiabhi94
2021-04-14Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...Mariusz Felisiak
2021-04-07Fixed #32501 -- Added support for returning fields from INSERT statements on ...girishsontakke
2021-03-25Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the...Claude Paroz
2021-03-23Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...Mariusz Felisiak
2021-03-06Fixed #24141 -- Added QuerySet.contains().Johan Schiff
2021-03-04Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans ...Mariusz Felisiak
2021-01-28Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for ...Timothy McCurrach
2021-01-14Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.Mariusz Felisiak
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2021-01-11Fixed #32313 -- Corrected QuerySet.in_bulk() signature.Iuri de Silvio
2021-01-05Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah
2020-12-15Added backticks to code literals in various docs.Jon Dufresne
2020-11-27Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote
2020-11-16Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets.David-Wobrock
2020-09-23Fixed example of QuerySet.explain() with flags in docs.Paweł Zarębski
2020-09-17Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.Mike Lissner
2020-09-13Corrected exception types in QuerySet docs.Mariusz Felisiak
2020-09-11Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...Hasan Ramezani
2020-08-26Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.Kaustubh
2020-08-07Removed unnecessary sentence in QuerySet docs.Adam Alton
2020-07-31Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.Alexandr Tatarinov
2020-07-22Fixed typo in docs/ref/models/querysets.txt.Ramiro Morales
2020-07-22Doc'd Model.MultipleObjectsReturned docs and improved documentation related w...Adam Johnson
2020-07-13Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.Simon Charette
2020-07-09Fixed #29789 -- Added support for nested relations to FilteredRelation.matt ferrante
2020-07-08Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.davidchorpash
2020-06-15Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on ...Tobias Krönke
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-05-21Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...Manuel Weitzman
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-05-06Improved wording in Q() docs.Adam Johnson
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-03-31Fixed #31403 -- Added support for returning fields from INSERT statements on ...Adam Johnson
2020-03-20Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().Hasan Ramezani
2020-03-06Added missing backticks in various docs.Mariusz Felisiak
2020-02-10Fixed #31003 -- Doc'd and tested return value of QuerySet.bulk_create().Adam Johnson
2019-12-02Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...Mariusz Felisiak
2019-11-05Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update...kola-er
2019-10-24Refs #30897 -- Made cosmetic edits to QuerySet.explain() documentation.Carlton Gibson
2019-10-24Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...Nick Pope