summaryrefslogtreecommitdiff
path: root/docs/ref/models/querysets.txt
AgeCommit message (Expand)Author
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-18[2.2.x] Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().Paul Wayper
2019-02-07[2.2.x] Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
2019-01-31[2.2.x] Corrected output of Prefetch.to_attr example.Sergey Fedoseev
2019-01-17[2.2.x] Fixed typo in QuerySet.bulk_update() documentation.Day Barr
2019-01-14Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.Nick Pope
2019-01-14Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.Nick Pope
2019-01-14Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.Nick Pope
2019-01-09Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.Hasan Ramezani
2018-12-24Fixed #30056 -- Added SQLite support for StdDev and Variance functions.Nick Pope
2018-12-22Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope
2018-11-27Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham
2018-11-27Corrected Aggregate docs to reflect that it accepts multiple expressions.Simon Charette
2018-10-03Clarified when QuerySet.select_for_update() locks.ovalseven8
2018-09-18Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes
2018-08-18Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal
2018-08-03Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom
2018-08-02Removed out of place sentence in QuerySet.count() docs.Adam Johnson
2018-07-25Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.Andrew Brown
2018-06-29Fixed #21333 -- Doc'd the & and | queryset operators.Colm O'Connor
2018-06-16Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.Christian Ledermann
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-04Fixed reference to nonexistent __between lookup.Daniel Roseman
2018-03-28Fixed #29148 -- Doc'd how to use get_or_create() with Q objects.Quentin Agren
2018-03-21Clarified docs about ISO 8601 week numbering.Alasdair Nicol
2018-02-19Removed redundant lookup name in register_lookup() calls.Tim Graham
2018-02-15Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() with manual...Tim Graham
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2018-02-08Fixed typo in bulk_create() documentation.Sergey Fedoseev
2018-01-29Fixed #29081 -- Clarified comments in QuerySet.select_related() example.Tim Graham
2018-01-27Fixed #28650 -- Added TruncWeek database function.Sigurd Ljødal
2018-01-19Fixed #29032 -- Fixed an example of using expressions in QuerySet.values().Mariusz Felisiak
2018-01-12Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.Botond Béres
2017-11-12Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), di...Mariusz Felisiak
2017-11-07Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.Tim Graham
2017-11-06Fixed #28765 -- Clarified docs about what types the __in lookup accepts.Tim Graham
2017-10-28Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.Ran Benita
2017-10-25Fixed typo in docs/ref/models/querysets.txt.Botond Beres
2017-10-25Fixed #28395 -- Doc'd that QuerySet.first() can affect aggregation queries.Botond Beres
2017-10-17Fixed typo in docs/ref/models/querysets.txt.Jozef
2017-09-29Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby
2017-09-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen
2017-09-06Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins.Tim Graham
2017-09-06Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.Sergey Fedoseev
2017-09-05Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and ...François Freitag
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom
2017-07-21Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...Tom Carrick