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-02-24
[1.11.x] Made a few queryset lookup examples consistent.
Alexkane
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
2016-06-02
Fixed #26526 -- Documented QuerySet.latest()'s dependency on database ordering.
Chad Shryock
2016-05-31
Fixed a typo in the docs.
Florian Apolloner
2016-05-27
Fixed typo in docs/ref/models/querysets.txt
Nick Smith
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-14
Refs #26021 -- Used hanging indentation in some doc examples.
Tim Graham
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-04-08
Refs #22268 -- Fixed typo in docs/ref/models/querysets.txt
Tim Graham
2016-04-02
Fixed #22268 -- Documented values_list() behavior for multivalued relations.a
Iacopo Spalletti
2016-03-03
Fixed #26310 -- Documented that a queryset ordering must be specified to ensu...
Tim Graham
2016-03-02
Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt.
Tim Graham
2016-03-02
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
Marc Tamlyn
2016-03-02
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...
acrefoot
2016-02-26
Fixed #25279 -- Made prefetch_related_objects() public.
Adam Chainz
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-11
Added missing period to "etc.".
pp
2015-12-26
Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().
Bryan Marty
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-12
Replaced "inbuilt" with more common "built-in".
Tim Graham
2015-11-03
Fixed #25132 -- Documented how to retrieve a single value using values_list()...
Alex Morozov
2015-10-30
Fixed #21422 -- Documented that prefetch_related() results must be homogeneous.
Tim Graham
2015-10-06
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-18
Made assorted improvements to the Oracle documentation.
Mariusz Felisiak
2015-09-11
Fixed #25382 -- Removed obsolete references to DateQuerySet.
Renato Oliveira
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-05
Fixed #25213 -- Discouraged use of QuerySet.extra()
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-02
Fixed #24997 -- Enabled bulk_create() on proxy models
William Schwartz
2015-06-04
Fixed #22316 -- Added time filters to TimeField on SQLite.
Matthew Somerville
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-06-01
Fixed #24880 -- Added more explicit docs on select_for_update() on SQLite.
Przemysław Suliga
[next]