priyanshsaxena
|
83b04d4f88
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
|
6 years ago |
Mads Jensen
|
ab251fdad2
Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.
|
6 years ago |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 years ago |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 years ago |
drd0013
|
5d923f2d8c
Fixed #29313 -- Doc'd how to use F() to sort null values.
|
6 years ago |
Matthew Wilkes
|
2162f0983d
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
|
7 years ago |
priyanshsaxena
|
617d5f410f
Fixed #29066 -- Allowed negating query expressions.
|
6 years ago |
Igor Starikov
|
3cc08f4b2b
Fixed typo in docs/ref/models/expressions.txt.
|
7 years ago |
Benjamin Bach
|
bf49d9eb0b
Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressions.txt.
|
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
|
1e7dbbdec5
Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s **extra_context aren't escaped.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Mads Jensen
|
d549b88050
Fixed #26608 -- Added support for window expressions (OVER clause).
|
7 years ago |
Tom
|
b78d100fa6
Fixed #27849 -- Added filtering support to aggregates.
|
7 years ago |
Tim Graham
|
487362fa8f
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
|
7 years ago |
Tomer Chachamu
|
62917cee5a
Doc'd the need to remove default ordering on Subquery aggregates.
|
7 years ago |
Alasdair Nicol
|
757aefc12b
Removed self from method signatures in docs.
|
7 years ago |
lb1c
|
36f2262741
Fixed incorrect import in docs/ref/models/expressions.txt.
|
7 years ago |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
7 years ago |
Paolo Melchiorre
|
5890d6ab03
Fixed typo in docs/ref/models/expressions.txt.
|
7 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Matthew Schinckel
|
236ebe94bf
Fixed #27149 -- Added Subquery and Exists database expressions.
|
8 years ago |
Yohann Gabory
|
47ef8f31f3
Fixed #13312 -- Allowed specifying the order of null fields in queries.
|
8 years ago |
Tim Graham
|
0d6c7cae7c
Inlined a note in docs/ref/models/expressions.txt.
|
8 years ago |
Jop Reyntjes
|
f8fab6f902
Fixed #27414 -- Doc'd that F() expressions on relations return pk values.
|
8 years ago |
Tim Graham
|
c60feb6999
Fixed #25475 -- Doc'd how to use a literal % in Func.template.
|
8 years ago |
petedmarsh
|
7bf3ba0d0c
Fixed #26899 -- Documented why RawSQL params is a required parameter.
|
8 years ago |
Tsering
|
fc4b4fd585
Refs #23386 -- Documented that F() expressions are applied on each model.save()
|
8 years ago |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |