Mariusz Felisiak
|
2d3cc94284
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
|
7 years ago |
Tim Graham
|
327f0f37ce
Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
|
7 years ago |
Tim Graham
|
5587485d49
Fixed #28765 -- Clarified docs about what types the __in lookup accepts.
|
7 years ago |
Ran Benita
|
03049fb8d9
Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
|
7 years ago |
Botond Beres
|
ec5f7cb92e
Fixed typo in docs/ref/models/querysets.txt.
|
7 years ago |
Botond Beres
|
95a14cfc47
Fixed #28395 -- Doc'd that QuerySet.first() can affect aggregation queries.
|
7 years ago |
Jozef
|
3bd69b1261
Fixed typo in docs/ref/models/querysets.txt.
|
7 years ago |
Stefan Schneider
|
08c8c3ead9
Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Nicolas Delaby
|
01d440fa1e
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support.
|
7 years ago |
Mads Jensen
|
d549b88050
Fixed #26608 -- Added support for window expressions (OVER clause).
|
7 years ago |
Tim Graham
|
44a6c27fd4
Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins.
|
7 years ago |
Sergey Fedoseev
|
f3c9562143
Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.
|
7 years ago |
François Freitag
|
ad4a8acdb5
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and QuerySet.earliest()/latest().
|
7 years ago |
Tom
|
b78d100fa6
Fixed #27849 -- Added filtering support to aggregates.
|
7 years ago |
Tom Carrick
|
3159ad4df6
Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary key.
|
8 years ago |
Florian Apolloner
|
adab280cef
Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and intersection() queries.
|
7 years ago |
Tim Graham
|
2457c1866e
Refs #28352 -- Corrected another QuerySet.values_list() return type in docs example.
|
7 years ago |
Irindu Indeera
|
babe9e64a6
Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
|
7 years ago |
Ran Benita
|
b9f7dce84b
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
|
7 years ago |
Tim Graham
|
0877989c94
Fixed typo in docs/ref/models/querysets.txt.
|
7 years ago |
Mads Jensen
|
c7f6ffbdcf
Fixed #28103 -- Added quarter extract, truncation, and lookup.
|
7 years ago |
François Freitag
|
edee5a8de6
Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().
|
7 years ago |
François Freitag
|
bf50ae8210
Clarified QuerySet.iterator()'s docs on server-side cursors.
|
7 years ago |
François Freitag
|
88336fdbb5
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
|
7 years ago |
Ran Benita
|
2a6b4e6521
Updated docs after changing select_for_update() to raise NotSupportedError.
|
7 years ago |
Sudhanshu Mishra
|
9f0c82971d
Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.
|
8 years ago |
Alexkane
|
b427f0d674
Made a few queryset lookup examples consistent.
|
8 years ago |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 years ago |
Tim Graham
|
9d27478958
Refs #23919 -- Removed docs references to long integers.
|
8 years ago |