Nick Pope
|
198a2a9381
Removed unnecessary /static from links to PostgreSQL docs.
|
6 yıl önce |
Paul Wayper
|
1025e76429
Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().
|
6 yıl önce |
Mariusz Felisiak
|
759a9b710c
Updated Oracle docs links to Oracle 18c.
|
6 yıl önce |
Nick Pope
|
24b82cd201
Fixed #30159 -- Removed unneeded use of OrderedDict.
|
6 yıl önce |
Tim Graham
|
39ebdf5a3c
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
|
6 yıl önce |
Sergey Fedoseev
|
ba7a420012
Corrected output of Prefetch.to_attr example.
|
6 yıl önce |
Day Barr
|
51fa59f0b3
Fixed typo in QuerySet.bulk_update documentation (#10859)
|
6 yıl önce |
Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
6 yıl önce |
Nick Pope
|
6d4efa8e6a
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
|
6 yıl önce |
Nick Pope
|
e85afa5943
Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.
|
6 yıl önce |
Nick Pope
|
c690afb873
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
|
6 yıl önce |
Hasan Ramezani
|
52d06d3041
Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.
|
6 yıl önce |
Nick Pope
|
83677faf86
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
|
6 yıl önce |
Nick Pope
|
e626a3f993
Renamed Sqlite and Sqlite3 references to SQLite.
|
6 yıl önce |
Tim Graham
|
926fa7116f
Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
|
6 yıl önce |
Simon Charette
|
9a7d336c38
Corrected Aggregate docs to reflect that it accepts multiple expressions.
|
6 yıl önce |
ovalseven8
|
d093e01ec0
Clarified when QuerySet.select_for_update() locks.
|
6 yıl önce |
Tom Forbes
|
9cbdb44014
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
|
6 yıl önce |
Sigurd Ljødal
|
3e09b37f80
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
|
7 yıl önce |
Tom
|
f1fbef6cd1
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
|
7 yıl önce |
Adam Johnson
|
2e3ba9f592
Removed out of place sentence in QuerySet.count() docs.
|
6 yıl önce |
Andrew Brown
|
c0e3c65b9d
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
|
6 yıl önce |
Colm O'Connor
|
c530428d36
Fixed #21333 -- Doc'd the & and | queryset operators.
|
6 yıl önce |
Christian Ledermann
|
11bfe3a83d
Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.
|
6 yıl önce |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 yıl önce |
Tom
|
c1c163b427
Fixed #28574 -- Added QuerySet.explain().
|
7 yıl önce |
Daniel Roseman
|
e6c21217d3
Fixed reference to nonexistent __between lookup.
|
7 yıl önce |
Quentin Agren
|
34c5222837
Fixed #29148 -- Doc'd how to use get_or_create() with Q objects.
|
7 yıl önce |
Alasdair Nicol
|
0c100f8b57
Clarified docs about ISO 8601 week numbering.
|
7 yıl önce |
Tim Graham
|
548f78ba46
Removed redundant lookup name in register_lookup() calls.
|
7 yıl önce |