Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
6 years ago |
Nick Pope
|
6d4efa8e6a
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
|
6 years ago |
Nick Pope
|
e85afa5943
Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.
|
6 years ago |
Nick Pope
|
c690afb873
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
|
6 years ago |
Hasan Ramezani
|
52d06d3041
Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.
|
6 years ago |
Nick Pope
|
83677faf86
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
|
6 years ago |
Nick Pope
|
e626a3f993
Renamed Sqlite and Sqlite3 references to SQLite.
|
6 years ago |
Tim Graham
|
926fa7116f
Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
|
6 years ago |
Simon Charette
|
9a7d336c38
Corrected Aggregate docs to reflect that it accepts multiple expressions.
|
6 years ago |
ovalseven8
|
d093e01ec0
Clarified when QuerySet.select_for_update() locks.
|
6 years ago |
Tom Forbes
|
9cbdb44014
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
|
6 years ago |
Sigurd Ljødal
|
3e09b37f80
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
|
7 years ago |
Tom
|
f1fbef6cd1
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
|
7 years ago |
Adam Johnson
|
2e3ba9f592
Removed out of place sentence in QuerySet.count() docs.
|
6 years ago |
Andrew Brown
|
c0e3c65b9d
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
|
6 years ago |
Colm O'Connor
|
c530428d36
Fixed #21333 -- Doc'd the & and | queryset operators.
|
6 years ago |
Christian Ledermann
|
11bfe3a83d
Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.
|
6 years ago |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 years ago |
Tom
|
c1c163b427
Fixed #28574 -- Added QuerySet.explain().
|
7 years ago |
Daniel Roseman
|
e6c21217d3
Fixed reference to nonexistent __between lookup.
|
6 years ago |
Quentin Agren
|
34c5222837
Fixed #29148 -- Doc'd how to use get_or_create() with Q objects.
|
7 years ago |
Alasdair Nicol
|
0c100f8b57
Clarified docs about ISO 8601 week numbering.
|
7 years ago |
Tim Graham
|
548f78ba46
Removed redundant lookup name in register_lookup() calls.
|
7 years ago |
Tim Graham
|
e917ea6bec
Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() with manually specified pks.
|
7 years ago |
Matthew Wilkes
|
2162f0983d
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
|
7 years ago |
Sergey Fedoseev
|
01bfa9219b
Fixed typo in bulk_create() documentation.
|
7 years ago |
Tim Graham
|
e6f0e324e2
Fixed #29081 -- Clarified comments in QuerySet.select_related() example.
|
7 years ago |
Sigurd Ljødal
|
a455e732a0
Fixed #28650 -- Added TruncWeek database function.
|
7 years ago |
Mariusz Felisiak
|
7fbb1bd00d
Fixed #29032 -- Fixed an example of using expressions in QuerySet.values().
|
7 years ago |
Botond Béres
|
52aa26e697
Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.
|
7 years ago |