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
2017-11-12
[2.0.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for uni...
Mariusz Felisiak
2017-11-07
[2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string...
Tim Graham
2017-11-06
[2.0.x] Fixed #28765 -- Clarified docs about what types the __in lookup accepts.
Tim Graham
2017-10-28
[2.0.x] Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .....
Ran Benita
2017-10-25
[2.0.x] Fixed typo in docs/ref/models/querysets.txt.
Botond Beres
2017-10-25
[2.0.x] Fixed #28395 -- Doc'd that QuerySet.first() can affect aggregation qu...
Botond Beres
2017-10-17
[2.0.x] Fixed typo in docs/ref/models/querysets.txt.
Jozef
2017-09-29
[2.0.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.
Stefan Schneider
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-06
Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins.
Tim Graham
2017-09-06
Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.
Sergey Fedoseev
2017-09-05
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and ...
François Freitag
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-07-21
Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...
Tom Carrick
2017-07-15
Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse...
Florian Apolloner
2017-07-11
Refs #28352 -- Corrected another QuerySet.values_list() return type in docs e...
Tim Graham
2017-07-11
Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
Irindu Indeera
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-09
Fixed typo in docs/ref/models/querysets.txt.
Tim Graham
2017-06-08
Fixed #28103 -- Added quarter extract, truncation, and lookup.
Mads Jensen
2017-06-01
Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().
François Freitag
2017-06-01
Clarified QuerySet.iterator()'s docs on server-side cursors.
François Freitag
2017-05-06
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
François Freitag
2017-04-11
Updated docs after changing select_for_update() to raise NotSupportedError.
Ran Benita
2017-04-05
Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.
Sudhanshu Mishra
2017-02-24
Made a few queryset lookup examples consistent.
Alexkane
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-19
Refs #23919 -- Removed docs references to long integers.
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.
Tim Graham
2017-01-17
Removed GeoManager and GeoQuerySet per deprecation timeline.
Tim Graham
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-12-27
Used a nontemporal example in QuerySet.bulk_create() in docs.
Tim Graham
2016-12-14
Added Prefetch import to first use in QuerySet docs.
Perry Roper
2016-11-11
Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.
Mads Jensen
2016-10-31
Updated Oracle docs links to Oracle 12c.
Mariusz Felisiak
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-10-13
Fixed #27342 -- Corrected QuerySet.update_or_create() example.
Tim Graham
2016-09-30
Updated links to the current version of MySQL docs.
Tim Graham
2016-08-19
Fixed #26987 -- Documented using QuerySet.get() without arguments.
Abhishek Bera
2016-08-18
Fixed #25871 -- Added expressions support to QuerySet.values().
Ian Foote
2016-08-08
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
Simon Charette
2016-08-05
Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...
Yoong Kang Lim
2016-07-08
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Simon Charette
2016-06-04
Fixed a typo in docs/ref/models/querysets.txt
Vytis Banaitis
2016-06-03
Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/updat...
Will Koster
[next]