Mariusz Felisiak
|
f33eddff8a
[5.0.x] Corrected code-block directives in docs.
|
před 1 rokem |
Viicos
|
6bf8ca7b16
[5.0.x] Added missing import in docs/ref/models/expressions.txt.
|
před 1 rokem |
Sarah Boyce
|
dfdca516ea
[5.0.x] Fixed typos in docs/ref/models/expressions.txt.
|
před 1 rokem |
Mariusz Felisiak
|
b719688b21
Fixed #34761 -- Dropped support for MySQL < 8.0.11.
|
před 1 rokem |
Almaz Kunpeissov
|
5a3725594f
Corrected pycon formatting in some docs.
|
před 1 rokem |
nessita
|
6799288342
Added dedicated section for output_field in query expressions docs.
|
před 1 rokem |
Ian Foote
|
7414704e88
Fixed #470 -- Added support for database defaults on fields.
|
před 4 roky |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
před 2 roky |
Joseph Victor Zammit
|
ba755ca131
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
|
před 2 roky |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
před 2 roky |
Mariusz Felisiak
|
94ad46e9d8
Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when nulls_first/nulls_last=False is passed.
|
před 2 roky |
Mariusz Felisiak
|
490cccbe7e
Removed versionadded/changed annotations for 4.1.
|
před 2 roky |
David Wobrock
|
a320aab512
Fixed #16211 -- Added logical NOT support to F expressions.
|
před 2 roky |
Simon Charette
|
c6350d594c
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
|
před 2 roky |
Simon Charette
|
f387d024fc
Refs #28333 -- Added partial support for filtering against window functions.
|
před 2 roky |
Mariusz Felisiak
|
ac90529cc5
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
|
před 2 roky |
Carlton Gibson
|
ca1c3151c3
Removed versionadded/changed annotations for 4.0.
|
před 2 roky |
Mariusz Felisiak
|
68da6b389c
Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc().
|
před 2 roky |
David
|
ce586ed693
Removed hyphen from pre-/re- prefixes.
|
před 3 roky |
Nick Pope
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
před 3 roky |
Mariusz Felisiak
|
4400d8568a
Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.
|
před 3 roky |
Simon Charette
|
aec71aaa5b
Fixed #33304 -- Allowed passing string expressions to Window(order_by).
|
před 3 roky |
David Wobrock
|
ad36a198a1
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_value.
|
před 3 roky |
Mariusz Felisiak
|
97237ad3fe
Removed versionadded/changed annotations for 3.2.
|
před 3 roky |
David Sanders
|
ecf76cc1fb
Clarified type of Window()'s partition_by and order_by arguments.
|
před 3 roky |
Nick Pope
|
501a8db465
Fixed #10929 -- Added default argument to aggregates.
|
před 4 roky |
Ian Foote
|
f42ccdd835
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter().
|
před 4 roky |
Simon Charette
|
9f3cce172f
Refs #26430 -- Re-introduced empty aggregation optimization.
|
před 3 roky |
Simon Willison
|
e53159747c
Doc'd that RawSQL can be used with __in.
|
před 4 roky |
Mariusz Felisiak
|
fdc3d9dcaf
Removed unused import in docs/ref/models/expressions.txt. (#13879)
|
před 4 roky |