Hasan Ramezani
|
3f7b327562
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
|
hace 4 años |
Adam Johnson
|
a56586eafe
Fixed #32134 -- Fixed crash of __range lookup with namedtuple.
|
hace 4 años |
Tim Graham
|
afcad0f1b1
Relaxed some query ordering assertions in expressions tests.
|
hace 4 años |
Nick Pope
|
06c5d3fafc
Fixed #32060 -- Added Random database function.
|
hace 4 años |
Simon Charette
|
38fce49c82
Fixed #31919 -- Resolved output_field of IntegerField subclasses combinations.
|
hace 4 años |
Simon Charette
|
40894f2967
Refs #30446 -- Added tests for resolving output_field of CombinedExpression.
|
hace 4 años |
Simon Charette
|
51297a9232
Fixed #31792 -- Made Exists() reuse QuerySet.exists() optimizations.
|
hace 4 años |
Simon Charette
|
156a2138db
Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.
|
hace 4 años |
Simon Charette
|
1e38f1191d
Fixed #30446 -- Resolved Value.output_field for stdlib types.
|
hace 5 años |
Simon Charette
|
f783a99072
Refs #25425 -- Allowed unresolved Value() instances to be compiled.
|
hace 4 años |
Sergey Fedoseev
|
9d519d3dc4
Fixed #31755 -- Made temporal subtraction resolve output field.
|
hace 4 años |
Sergey Fedoseev
|
ed6b14d459
Refs #28621 -- Fixed crash of annotations with nested OuterRef.
|
hace 4 años |
Sergey Fedoseev
|
dd5aa8cb5f
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
|
hace 4 años |
Mariusz Felisiak
|
aeb8996a67
Fixed #31659 -- Made ExpressionWrapper preserve output_field for combined expressions.
|
hace 4 años |
Thodoris Sotiropoulos
|
df32fd42b8
Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrapped expression.
|
hace 4 años |
Mariusz Felisiak
|
a125da6a7c
Fixed #31607 -- Fixed evaluated Subquery equality.
|
hace 4 años |
Hasan Ramezani
|
4237050684
Fixed #31420 -- Fixed crash when filtering subquery annotation against a SimpleLazyObject.
|
hace 5 años |
Hasan Ramezani
|
6fbce45b03
Fixed #31415 -- Fixed crash when nested OuterRef is used with operators or in database functions.
|
hace 5 años |
Mariusz Felisiak
|
ab5720ad80
Removed unnecessary assertions in ExpressionOperatorTests.
|
hace 5 años |
Hannes Ljungberg
|
f3da09df0f
Fixed #31396 -- Added binary XOR operator to F expressions.
|
hace 5 años |
Rohit
|
486786c4c4
Fixed #31251 -- Disabled grouping by OuterRef() annotation.
|
hace 5 años |
Simon Charette
|
41ebe60728
Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
|
hace 5 años |
Nick Pope
|
335c9c94ac
Simplified imports from django.db and django.contrib.gis.db.
|
hace 5 años |
Simon Charette
|
9bcbcd599a
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
|
hace 5 años |
Mariusz Felisiak
|
45bcc6feac
Refs #31115 -- Added test for nested subquery that references related fields.
|
hace 5 años |
Mariusz Felisiak
|
8685e764ef
Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL expressions on Oracle.
|
hace 5 años |
Min ho Kim
|
103a6f4307
Fixed some typos in comments and docs.
|
hace 5 años |
ElizabethU
|
54ea290e5b
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons.
|
hace 5 años |
Matthew Schinckel
|
4137fc2efc
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
|
hace 8 años |
Mariusz Felisiak
|
069bee7c12
Used skipUnlessDBFeature instead of checking vendor in test_filtering_on_annotate_that_uses_q.
|
hace 5 años |