summaryrefslogtreecommitdiff
path: root/tests/expressions
Commit message (Expand)AuthorAgeFilesLines
* Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...Mariusz Felisiak2023-01-171-12/+5
* Refs #30129 -- Added test for create() with F() expression in Subquery.sarahboyce2023-01-161-0/+18
* Fixed #16211 -- Added logical NOT support to F expressions.David Wobrock2022-10-311-0/+56
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-10/+10
* Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().Simon Charette2022-10-061-2/+2
* Fixed #33464 -- Resolved output_field for combined numeric expressions with M...David Wobrock2022-09-271-1/+7
* Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...Mariusz Felisiak2022-05-121-2/+20
* Relaxed some query ordering assertions in various tests.Mariusz Felisiak2022-04-141-2/+2
* Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra...Mariusz Felisiak2022-04-111-0/+9
* Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...Luke Plant2022-03-311-4/+35
* Refs #33397 -- Added extra tests for resolving an output_field of CombinedExp...Luke Plant2022-03-301-1/+89
* Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard2022-03-041-1/+11
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-709/+1025
* Refs #33482 -- Fixed QuerySet selecting and filtering againts negated Exists(...Mariusz Felisiak2022-02-071-0/+8
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-4/+10
* Fixed #33482 -- Fixed QuerySet filtering againts negated Exists() with empty ...Simon Charette2022-02-021-0/+7
* Fixed #33435 -- Fixed invalid SQL generatered by Subquery.as_sql().My-Name-Is-Nabil2022-01-171-0/+9
* Fixed #33216 -- Simpilified deconstructed paths for some expressions.Allen Jonathan David2022-01-071-2/+2
* Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving V...Keryn Knight2022-01-041-0/+1
* Refs #33406 -- Added test for not creating broken validators when resolving V...Keryn Knight2022-01-041-0/+23
* Refs #33355 -- Added missing tests for database functions and expression on n...Adam Johnson2021-12-221-0/+12
* Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on S...Matthijs Kooijman2021-11-081-0/+7
* Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_compari...Hasan Ramezani2021-11-021-1/+0
* Removed duplicated lines in test_in_lookup_allows_F_expressions_and_expressio...Tim Graham2021-10-261-5/+0
* Made F deconstruction omit 'expressions' in the path.Adam Johnson2021-10-211-1/+1
* Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalF...Mariusz Felisiak2021-06-012-1/+9
* Refs #24121 -- Improved Value.__repr__().Mariusz Felisiak2021-05-241-1/+17
* Fixed typo in tests/expressions/tests.py.Mariusz Felisiak2021-05-241-2/+2
* Fixed #32714 -- Prevented recreation of migration for Meta.ordering with Orde...Simon Charette2021-05-051-0/+22
* Refs #25287 -- Added support for multiplying and dividing DurationField by sc...Tobias Bengfort2021-04-202-0/+31
* Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite.Hasan Ramezani2021-03-291-0/+5
* Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.Jonathan Richards2021-03-171-0/+4
* Refs #32548 -- Added tests for passing conditional expressions to Q().Mariusz Felisiak2021-03-171-0/+6
* Fixed #32455 -- Allowed right combining Q() with boolean expressions.Hasan Ramezani2021-02-181-0/+10
* Refs #32455 -- Added tests for left combining an empty Q() with boolean expre...Mariusz Felisiak2021-02-181-0/+12
* Refs #26602 -- Added tests for aggregating over a RawSQL() annotation.Mariusz Felisiak2021-01-261-0/+12
* Refs #30158 -- Made alias argument required in signature of Expression.get_gr...Mariusz Felisiak2021-01-141-24/+0
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-2/+0
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-271-1/+9
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-72/+56
* Fixed #32134 -- Fixed crash of __range lookup with namedtuple.Adam Johnson2020-10-231-1/+9
* Relaxed some query ordering assertions in expressions tests.Tim Graham2020-10-191-5/+5
* Fixed #32060 -- Added Random database function.Nick Pope2020-10-021-2/+1
* Fixed #31919 -- Resolved output_field of IntegerField subclasses combinations.Simon Charette2020-08-311-2/+4
* Refs #30446 -- Added tests for resolving output_field of CombinedExpression.Simon Charette2020-08-311-1/+23
* Fixed #31792 -- Made Exists() reuse QuerySet.exists() optimizations.Simon Charette2020-08-131-1/+21
* Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.Simon Charette2020-07-151-3/+3
* Fixed #30446 -- Resolved Value.output_field for stdlib types.Simon Charette2020-07-151-5/+33
* Refs #25425 -- Allowed unresolved Value() instances to be compiled.Simon Charette2020-07-141-0/+8