Commit History

作者 SHA1 備註 提交日期
  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 年之前