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