Hannes Ljungberg
|
f3da09df0f
Fixed #31396 -- Added binary XOR operator to F expressions.
|
пре 5 година |
Rohit
|
486786c4c4
Fixed #31251 -- Disabled grouping by OuterRef() annotation.
|
пре 5 година |
Simon Charette
|
41ebe60728
Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
|
пре 5 година |
Nick Pope
|
335c9c94ac
Simplified imports from django.db and django.contrib.gis.db.
|
пре 5 година |
Simon Charette
|
9bcbcd599a
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
|
пре 5 година |
Mariusz Felisiak
|
45bcc6feac
Refs #31115 -- Added test for nested subquery that references related fields.
|
пре 5 година |
Mariusz Felisiak
|
8685e764ef
Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL expressions on Oracle.
|
пре 5 година |
Min ho Kim
|
103a6f4307
Fixed some typos in comments and docs.
|
пре 5 година |
ElizabethU
|
54ea290e5b
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons.
|
пре 5 година |
Matthew Schinckel
|
4137fc2efc
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
|
пре 8 година |
Mariusz Felisiak
|
069bee7c12
Used skipUnlessDBFeature instead of checking vendor in test_filtering_on_annotate_that_uses_q.
|
пре 5 година |
Simon Charette
|
ee6e93ec87
Fixed #30628 -- Adjusted expression identity to differentiate bound fields.
|
пре 5 година |
Mariusz Felisiak
|
a9179ab032
Fixed typo in BasicExpressionsTests.test_object_update_fk() test.
|
пре 5 година |
can
|
567b9928a3
Fixed #29692 -- Fixed removing ordering parts for multiline RawSQL expressions.
|
пре 5 година |
Mariusz Felisiak
|
12b7956fc3
Refs #25507 -- Added tests for using QuerySet.count() with a RawSQL annotation.
|
пре 6 година |
Mariusz Felisiak
|
2a431db0f5
Fixed #28621 -- Fixed crash of annotations with OuterRef.
|
пре 6 година |
Simon Charette
|
3f32154f40
Refs #30188 -- Avoided GROUP BY when aggregating over non-aggregates.
|
пре 6 година |
Simon Charette
|
d1e9c25162
Refs #30188 -- Prevented double annotation of subquery when aggregated over.
|
пре 6 година |
Simon Charette
|
bdc07f176e
Fixed #30188 -- Fixed a crash when aggregating over a subquery annotation.
|
пре 6 година |
Hasan Ramezani
|
741ce81a42
Fixed #29619 -- Added field names to some FieldErrors.
|
пре 6 година |
Simon Charette
|
9e5e5a657b
Fixed #30044 -- Raised a FieldError on inherited field update attempts.
|
пре 6 година |
Simon Charette
|
aa5d0a5a90
Removed unnecessary transaction wrapping in expressions test.
|
пре 6 година |
Nasir Hussain
|
f021c110d0
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
|
пре 6 година |
Simon Charette
|
bc05547cd8
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
|
пре 6 година |
Simon Charette
|
84e7a9f4a7
Switched setUp() to setUpTestData() where possible in Django's tests.
|
пре 6 година |
Tim Graham
|
193c109327
Switched TestCase to SimpleTestCase where possible in Django's tests.
|
пре 6 година |
Simon Charette
|
bc7e288ca9
Fixed #29745 -- Based Expression equality on detailed initialization signature.
|
пре 6 година |
Mariusz Felisiak
|
7b159df942
Fixed expressions tests when run in reverse.
|
пре 6 година |
Mariusz Felisiak
|
e7a0a5c8b2
Simplified expressions.tests.
|
пре 6 година |
Srinivas Reddy Thatiparthy
|
34d6bceec4
Fixed #29500 -- Fixed SQLite function crashes on null values.
|
пре 6 година |