summaryrefslogtreecommitdiff
path: root/tests/expressions
AgeCommit message (Expand)Author
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-02-02Fixed #33482 -- Fixed QuerySet filtering againts negated Exists() with empty ...Simon Charette
2022-01-17Fixed #33435 -- Fixed invalid SQL generatered by Subquery.as_sql().My-Name-Is-Nabil
2022-01-07Fixed #33216 -- Simpilified deconstructed paths for some expressions.Allen Jonathan David
2022-01-04Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving V...Keryn Knight
2022-01-04Refs #33406 -- Added test for not creating broken validators when resolving V...Keryn Knight
2021-12-22Refs #33355 -- Added missing tests for database functions and expression on n...Adam Johnson
2021-11-08Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on S...Matthijs Kooijman
2021-11-02Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_compari...Hasan Ramezani
2021-10-26Removed duplicated lines in test_in_lookup_allows_F_expressions_and_expressio...Tim Graham
2021-10-21Made F deconstruction omit 'expressions' in the path.Adam Johnson
2021-06-01Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalF...Mariusz Felisiak
2021-05-24Refs #24121 -- Improved Value.__repr__().Mariusz Felisiak
2021-05-24Fixed typo in tests/expressions/tests.py.Mariusz Felisiak
2021-05-05Fixed #32714 -- Prevented recreation of migration for Meta.ordering with Orde...Simon Charette
2021-04-20Refs #25287 -- Added support for multiplying and dividing DurationField by sc...Tobias Bengfort
2021-03-29Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite.Hasan Ramezani
2021-03-17Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.Jonathan Richards
2021-03-17Refs #32548 -- Added tests for passing conditional expressions to Q().Mariusz Felisiak
2021-02-18Fixed #32455 -- Allowed right combining Q() with boolean expressions.Hasan Ramezani
2021-02-18Refs #32455 -- Added tests for left combining an empty Q() with boolean expre...Mariusz Felisiak
2021-01-26Refs #26602 -- Added tests for aggregating over a RawSQL() annotation.Mariusz Felisiak
2021-01-14Refs #30158 -- Made alias argument required in signature of Expression.get_gr...Mariusz Felisiak
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-11-27Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote
2020-11-06Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani
2020-10-23Fixed #32134 -- Fixed crash of __range lookup with namedtuple.Adam Johnson
2020-10-19Relaxed some query ordering assertions in expressions tests.Tim Graham
2020-10-02Fixed #32060 -- Added Random database function.Nick Pope
2020-08-31Fixed #31919 -- Resolved output_field of IntegerField subclasses combinations.Simon Charette
2020-08-31Refs #30446 -- Added tests for resolving output_field of CombinedExpression.Simon Charette
2020-08-13Fixed #31792 -- Made Exists() reuse QuerySet.exists() optimizations.Simon Charette
2020-07-15Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.Simon Charette
2020-07-15Fixed #30446 -- Resolved Value.output_field for stdlib types.Simon Charette
2020-07-14Refs #25425 -- Allowed unresolved Value() instances to be compiled.Simon Charette
2020-07-01Fixed #31755 -- Made temporal subtraction resolve output field.Sergey Fedoseev
2020-07-01Refs #28621 -- Fixed crash of annotations with nested OuterRef.Sergey Fedoseev
2020-06-30Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.Sergey Fedoseev
2020-06-12Fixed #31659 -- Made ExpressionWrapper preserve output_field for combined exp...Mariusz Felisiak
2020-06-03Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrapped expr...Thodoris Sotiropoulos
2020-05-19Fixed #31607 -- Fixed evaluated Subquery equality.Mariusz Felisiak
2020-05-04Changed `'%s' % value` pattern to `str(value)`.Nick Pope
2020-04-30Removed unused __str__() methods in tests models.Mariusz Felisiak
2020-04-06Fixed #31420 -- Fixed crash when filtering subquery annotation against a Simp...Hasan Ramezani
2020-04-04Fixed #31415 -- Fixed crash when nested OuterRef is used with operators or in...Hasan Ramezani
2020-03-25Removed unnecessary assertions in ExpressionOperatorTests.Mariusz Felisiak
2020-03-25Fixed #31396 -- Added binary XOR operator to F expressions.Hannes Ljungberg
2020-02-27Fixed #31251 -- Disabled grouping by OuterRef() annotation.Rohit
2020-02-27Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope