index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
querysets.txt
Age
Commit message (
Expand
)
Author
2021-03-25
[3.2.x] Refs #31003 -- Moved note about return value of QuerySet.bulk_create(...
Claude Paroz
2021-03-04
[3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to b...
Mariusz Felisiak
2021-01-28
[3.2.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplica...
Timothy McCurrach
2021-01-11
Fixed #32313 -- Corrected QuerySet.in_bulk() signature.
Iuri de Silvio
2021-01-05
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
Alexander Lyabah
2020-12-15
Added backticks to code literals in various docs.
Jon Dufresne
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-16
Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets.
David-Wobrock
2020-09-23
Fixed example of QuerySet.explain() with flags in docs.
Paweł Zarębski
2020-09-17
Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.
Mike Lissner
2020-09-13
Corrected exception types in QuerySet docs.
Mariusz Felisiak
2020-09-11
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...
Hasan Ramezani
2020-08-26
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
Kaustubh
2020-08-07
Removed unnecessary sentence in QuerySet docs.
Adam Alton
2020-07-31
Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.
Alexandr Tatarinov
2020-07-22
Fixed typo in docs/ref/models/querysets.txt.
Ramiro Morales
2020-07-22
Doc'd Model.MultipleObjectsReturned docs and improved documentation related w...
Adam Johnson
2020-07-13
Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.
Simon Charette
2020-07-09
Fixed #29789 -- Added support for nested relations to FilteredRelation.
matt ferrante
2020-07-08
Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.
davidchorpash
2020-06-15
Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on ...
Tobias Krönke
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2020-05-21
Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...
Manuel Weitzman
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-05-06
Improved wording in Q() docs.
Adam Johnson
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-03-31
Fixed #31403 -- Added support for returning fields from INSERT statements on ...
Adam Johnson
2020-03-20
Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().
Hasan Ramezani
2020-03-06
Added missing backticks in various docs.
Mariusz Felisiak
2020-02-10
Fixed #31003 -- Doc'd and tested return value of QuerySet.bulk_create().
Adam Johnson
2019-12-02
Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...
Mariusz Felisiak
2019-11-05
Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update...
kola-er
2019-10-24
Refs #30897 -- Made cosmetic edits to QuerySet.explain() documentation.
Carlton Gibson
2019-10-24
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...
Nick Pope
2019-10-24
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...
Nick Pope
2019-10-22
Refs #13724 -- Corrected QuerySet signature in docs.
Antonio Dudarev
2019-10-21
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
André Ericson
2019-10-02
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-28
Fixed #30733 -- Doc'd that datetime lookups require time zone definitions in ...
Andrew
2019-07-31
Fixed #30665 -- Added support for distinct argument to Avg() and Sum().
Étienne Beaulé
2019-05-17
Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity...
Alex
2019-04-23
Fixed #30365 -- Fixed syntax highlighting in SQL examples.
Daniel Musketa
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-18
Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().
Paul Wayper
2019-02-07
Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
[next]