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
2022-04-11
[3.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), a...
Mariusz Felisiak
2021-06-01
[3.2.x] Fixed #32793 -- Fixed loss of precision for temporal operations with ...
Mariusz Felisiak
2021-05-05
[3.2.x] Fixed #32714 -- Prevented recreation of migration for Meta.ordering w...
Simon Charette
2021-04-14
[3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean e...
Jonathan Richards
2021-02-19
[3.2.x] Fixed #32455 -- Allowed right combining Q() with boolean expressions.
Hasan Ramezani
2021-02-19
[3.2.x] Refs #32455 -- Added tests for left combining an empty Q() with boole...
Mariusz Felisiak
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-10-23
Fixed #32134 -- Fixed crash of __range lookup with namedtuple.
Adam Johnson
2020-10-19
Relaxed some query ordering assertions in expressions tests.
Tim Graham
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-08-31
Fixed #31919 -- Resolved output_field of IntegerField subclasses combinations.
Simon Charette
2020-08-31
Refs #30446 -- Added tests for resolving output_field of CombinedExpression.
Simon Charette
2020-08-13
Fixed #31792 -- Made Exists() reuse QuerySet.exists() optimizations.
Simon Charette
2020-07-15
Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.
Simon Charette
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-07-14
Refs #25425 -- Allowed unresolved Value() instances to be compiled.
Simon Charette
2020-07-01
Fixed #31755 -- Made temporal subtraction resolve output field.
Sergey Fedoseev
2020-07-01
Refs #28621 -- Fixed crash of annotations with nested OuterRef.
Sergey Fedoseev
2020-06-30
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-06-12
Fixed #31659 -- Made ExpressionWrapper preserve output_field for combined exp...
Mariusz Felisiak
2020-06-03
Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrapped expr...
Thodoris Sotiropoulos
2020-05-19
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
[next]