Tim Graham
|
327f0f37ce
Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
|
7 lat temu |
Tim Graham
|
1e7dbbdec5
Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s **extra_context aren't escaped.
|
7 lat temu |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 lat temu |
Mads Jensen
|
d549b88050
Fixed #26608 -- Added support for window expressions (OVER clause).
|
7 lat temu |
Tom
|
b78d100fa6
Fixed #27849 -- Added filtering support to aggregates.
|
8 lat temu |
Tim Graham
|
487362fa8f
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
|
7 lat temu |
Tomer Chachamu
|
62917cee5a
Doc'd the need to remove default ordering on Subquery aggregates.
|
7 lat temu |
Alasdair Nicol
|
757aefc12b
Removed self from method signatures in docs.
|
8 lat temu |
lb1c
|
36f2262741
Fixed incorrect import in docs/ref/models/expressions.txt.
|
8 lat temu |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 lat temu |
Paolo Melchiorre
|
5890d6ab03
Fixed typo in docs/ref/models/expressions.txt.
|
8 lat temu |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 lat temu |
Matthew Schinckel
|
236ebe94bf
Fixed #27149 -- Added Subquery and Exists database expressions.
|
9 lat temu |
Yohann Gabory
|
47ef8f31f3
Fixed #13312 -- Allowed specifying the order of null fields in queries.
|
8 lat temu |
Tim Graham
|
0d6c7cae7c
Inlined a note in docs/ref/models/expressions.txt.
|
8 lat temu |
Jop Reyntjes
|
f8fab6f902
Fixed #27414 -- Doc'd that F() expressions on relations return pk values.
|
8 lat temu |
Tim Graham
|
c60feb6999
Fixed #25475 -- Doc'd how to use a literal % in Func.template.
|
8 lat temu |
petedmarsh
|
7bf3ba0d0c
Fixed #26899 -- Documented why RawSQL params is a required parameter.
|
8 lat temu |
Tsering
|
fc4b4fd585
Refs #23386 -- Documented that F() expressions are applied on each model.save()
|
9 lat temu |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 lat temu |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 lat temu |
Ville Skyttä
|
575a9a791e
Normalized "an SQL" spelling.
|
9 lat temu |
Tim Graham
|
a755e0657e
Removed unused BaseExpression.refs_aggregate().
|
9 lat temu |
Kai Feldhoff
|
5336158990
Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().
|
9 lat temu |
Kai Feldhoff
|
5ca08f7cab
Refs #25759 -- Documented customizing expressions' SQL on other databases.
|
9 lat temu |
Tim Graham
|
de8a11ba18
Fixed #26321 -- Added missing "for_save" parameter in expressions example.
|
9 lat temu |
Tim Graham
|
88034c9938
Fixed #25687 -- Documented how to add database function support to third-party backends.
|
9 lat temu |
Sergey Fedoseev
|
0a26121797
Refs #25629 -- Added `arity` class attribute to `Func` expressions
|
9 lat temu |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 lat temu |
Alex Hill
|
134ca4d438
Fixed #24509 -- Added Expression support to SQLInsertCompiler
|
9 lat temu |