index
:
django.git
fix-31295
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
2026-02-27
Refs #35972 -- Returned params in a tuple in further expressions.
Jacob Walls
2026-02-12
Added extra pattern lookup escaping cases in tests/expressions/tests.py.
Tim Graham
2026-02-10
Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...
93578237
2026-02-03
Fixed CVE-2026-1287 -- Protected against SQL injection in column aliases via ...
Jake Howard
2026-01-20
Fixed #36030 -- Fixed precision loss in division of Decimal literals on SQLite.
VIZZARD-X
2025-11-24
Fixed #36751 -- Fixed empty filtered aggregation crash over annotated queryset.
Simon Charette
2025-10-01
Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggregate(), ...
Mariusz Felisiak
2025-09-14
Fixed #27222 -- Refreshed model field values assigned expressions on save().
Simon Charette
2025-08-29
Refs #36152 -- Suppressed duplicate warning when using "%" in alias via value...
Jacob Walls
2025-08-07
Fixed #36210, Refs #36181 -- Allowed Subquery usage in further lookups agains...
Jacob Walls
2025-08-07
Refs #36210 -- Added missing limits in Subquery tests.
Jacob Walls
2025-08-04
Fixed #35972 -- Fixed lookup crashes after subquery annotations.
Jacob Walls
2025-06-16
Fixed #36453 -- Made When.condition resolve with for_save=False.
Clifford Gama
2025-03-01
Fixed #36198 -- Implemented unresolved transform expression replacement.
Simon Charette
2025-02-15
Fixed #36173 -- Stabilized identity of Concat with an explicit output_field.
Simon Charette
2025-02-06
Fixed #36025 -- Fixed re-aliasing of iterable (in/range) lookups rhs.
Simon Charette
2025-01-30
Fixed #35235 -- Removed caching of BaseExpression._output_field_or_none.
sharonwoo
2024-09-17
Refs #373, Refs #24121 -- Added ColPairs.__repr__().
Bendeguz Csirmaz
2024-08-13
Fixed #35665 -- Fixed a crash when passing an empty order_by to Window.
Simon Charette
2024-08-06
Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks aga...
Simon Charette
2024-07-23
Refs #29049 -- Fixed isolation of BasicExpressionsTests._test_slicing_of_f_ex...
Mariusz Felisiak
2024-07-18
Fixed #35603 -- Prevented F.__contains__() from hanging.
Simon Charette
2024-06-21
Fixed Number.__str__() crash when float/decimal_value is None in expressions ...
Tim Graham
2024-05-14
Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...
Mariusz Felisiak
2024-03-21
Fixed #35257 -- Corrected resolving output_field for IntegerField/DecimalFiel...
sharonwoo
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-16
Fixed #35111 -- Fixed compilation of DateField __in/__range rhs on SQLite and...
Simon Charette
2024-01-16
Refs #22288 -- Corrected __range lookup test names.
Simon Charette
2023-12-30
Fixed #29049 -- Added slicing notation to F expressions.
Nick Pope
2023-11-14
Reverted "Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField ...
Mariusz Felisiak
2023-11-08
Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField with strin...
Simon Charette
2023-10-04
Refs #33482 -- Fixed QuerySet selecting and filtering againts Exists() with e...
Simon Charette
2023-09-22
Fixed #34858 -- Corrected resolving output_field for PositiveIntegerField.
toan
2023-09-01
Fixed #34803 -- Fixed queryset crash when filtering againts deeply nested Out...
willzhao
2023-08-10
Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.
Jingbei Li
2023-01-17
Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...
Mariusz Felisiak
2023-01-16
Refs #30129 -- Added test for create() with F() expression in Subquery.
sarahboyce
2022-10-31
Fixed #16211 -- Added logical NOT support to F expressions.
David Wobrock
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-10-06
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Simon Charette
2022-09-27
Fixed #33464 -- Resolved output_field for combined numeric expressions with M...
David Wobrock
2022-05-12
Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...
Mariusz Felisiak
2022-04-14
Relaxed some query ordering assertions in various tests.
Mariusz Felisiak
2022-04-11
Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra...
Mariusz Felisiak
2022-03-31
Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...
Luke Plant
2022-03-30
Refs #33397 -- Added extra tests for resolving an output_field of CombinedExp...
Luke Plant
2022-03-04
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
Refs #33482 -- Fixed QuerySet selecting and filtering againts negated Exists(...
Mariusz Felisiak
[next]