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
2020-07-22
[3.1.x] Fixed typo in docs/ref/models/querysets.txt.
Ramiro Morales
2020-07-22
[3.1.x] Doc'd Model.MultipleObjectsReturned docs and improved documentation r...
Adam Johnson
2020-06-15
[3.1.x] Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_confl...
Tobias Krönke
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
2019-01-31
Corrected output of Prefetch.to_attr example.
Sergey Fedoseev
2019-01-17
Fixed typo in QuerySet.bulk_update documentation (#10859)
Day Barr
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2019-01-14
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
Nick Pope
2019-01-09
Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.
Hasan Ramezani
2018-12-24
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-22
Renamed Sqlite and Sqlite3 references to SQLite.
Nick Pope
2018-11-27
Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
Tim Graham
2018-11-27
Corrected Aggregate docs to reflect that it accepts multiple expressions.
Simon Charette
2018-10-03
Clarified when QuerySet.select_for_update() locks.
ovalseven8
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-08-02
Removed out of place sentence in QuerySet.count() docs.
Adam Johnson
2018-07-25
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
Andrew Brown
2018-06-29
Fixed #21333 -- Doc'd the & and | queryset operators.
Colm O'Connor
2018-06-16
Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.
Christian Ledermann
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
[next]