index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
expressions
Age
Commit message (
Expand
)
Author
2020-06-12
[3.1.x] Fixed #31659 -- Made ExpressionWrapper preserve output_field for comb...
Mariusz Felisiak
2020-06-03
[3.1.x] Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrap...
Thodoris Sotiropoulos
2020-05-19
[3.1.x] Fixed #31607 -- Fixed evaluated Subquery equality.
Mariusz Felisiak
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-04-06
Fixed #31420 -- Fixed crash when filtering subquery annotation against a Simp...
Hasan Ramezani
2020-04-04
Fixed #31415 -- Fixed crash when nested OuterRef is used with operators or in...
Hasan Ramezani
2020-03-25
Removed unnecessary assertions in ExpressionOperatorTests.
Mariusz Felisiak
2020-03-25
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-02-27
Fixed #31251 -- Disabled grouping by OuterRef() annotation.
Rohit
2020-02-27
Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Simon Charette
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-03
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2019-12-23
Refs #31115 -- Added test for nested subquery that references related fields.
Mariusz Felisiak
2019-11-18
Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL ex...
Mariusz Felisiak
2019-10-02
Fixed some typos in comments and docs.
Min ho Kim
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-29
Used skipUnlessDBFeature instead of checking vendor in test_filtering_on_anno...
Mariusz Felisiak
2019-07-10
Fixed #30628 -- Adjusted expression identity to differentiate bound fields.
Simon Charette
2019-06-21
Fixed typo in BasicExpressionsTests.test_object_update_fk() test.
Mariusz Felisiak
2019-05-03
Fixed #29692 -- Fixed removing ordering parts for multiline RawSQL expressions.
can
2019-04-19
Refs #25507 -- Added tests for using QuerySet.count() with a RawSQL annotation.
Mariusz Felisiak
2019-03-27
Fixed #28621 -- Fixed crash of annotations with OuterRef.
Mariusz Felisiak
2019-03-23
Refs #30188 -- Avoided GROUP BY when aggregating over non-aggregates.
Simon Charette
2019-03-23
Refs #30188 -- Prevented double annotation of subquery when aggregated over.
Simon Charette
2019-03-23
Fixed #30188 -- Fixed a crash when aggregating over a subquery annotation.
Simon Charette
2019-03-21
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
Simon Charette
2019-02-14
Fixed #29619 -- Added field names to some FieldErrors.
Hasan Ramezani
2019-01-16
Fixed #30044 -- Raised a FieldError on inherited field update attempts.
Simon Charette
2019-01-16
Removed unnecessary transaction wrapping in expressions test.
Simon Charette
2019-01-15
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
Nasir Hussain
2019-01-09
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-10-02
Fixed #29745 -- Based Expression equality on detailed initialization signature.
Simon Charette
2018-09-18
Fixed expressions tests when run in reverse.
Mariusz Felisiak
2018-09-13
Simplified expressions.tests.
Mariusz Felisiak
2018-09-10
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-09-08
Fixed #29727 -- Made nonexistent joins in F() raise FieldError.
Alexander Holmbäck
2018-09-08
Moved test for nonexistent field in F() to BasicExpressionsTest.
Alexander Holmbäck
2018-04-16
Fixed #29330 -- Fixed crash when pickling BaseExpression.
Daniel Miller
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-08
Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.
Simon Charette
2018-02-23
Fixed #29142 -- Fixed crash when OuterRef is used with an operator.
Matthew Schinckel
2018-02-20
Fixed #28442 -- Fixed crash with nested OuterRefs that reference AutoField.
Oliver Sauder
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-02-10
Fixed #29118 -- Fixed crash with QuerySet.order_by(Exists(...)).
Raphael Gaschignard
2018-01-31
Fixed #29066 -- Allowed negating query expressions.
priyanshsaxena
2017-12-28
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...
Sergey Fedoseev
[next]