Commit történet

Szerző SHA1 Üzenet Dátum
  toan 4de31ec680 Fixed #34858 -- Corrected resolving output_field for PositiveIntegerField. 1 éve
  willzhao 9cc0d7f7f8 Fixed #34803 -- Fixed queryset crash when filtering againts deeply nested OuterRef annotations. 1 éve
  Jingbei Li 9946f0b0d9 Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle. 2 éve
  Mariusz Felisiak 94ad46e9d8 Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when nulls_first/nulls_last=False is passed. 2 éve
  sarahboyce 05bcd5baaf Refs #30129 -- Added test for create() with F() expression in Subquery. 2 éve
  David Wobrock a320aab512 Fixed #16211 -- Added logical NOT support to F expressions. 2 éve
  Gregor Gärtner f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 éve
  Simon Charette c6350d594c Refs #30158 -- Removed alias argument for Expression.get_group_by_cols(). 2 éve
  David Wobrock cff1f888e9 Fixed #33464 -- Resolved output_field for combined numeric expressions with MOD operator. 2 éve
  Mariusz Felisiak 68da6b389c Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc(). 2 éve
  Luke Plant 40b8a6174f Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/TimeField/DurationFields. 3 éve
  Luke Plant 04ad0f26ba Refs #33397 -- Added extra tests for resolving an output_field of CombinedExpression. 3 éve
  Ryan Heard c6b4d62fa2 Fixed #29865 -- Added logical XOR support for Q() and querysets. 3 éve
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 éve
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 éve
  Mariusz Felisiak 6f185a53a2 Refs #33482 -- Fixed QuerySet selecting and filtering againts negated Exists() with empty queryset. 3 éve
  Mariusz Felisiak c5cd878382 Refs #33476 -- Refactored problematic code before reformatting by Black. 3 éve
  Simon Charette b7d1da5a62 Fixed #33482 -- Fixed QuerySet filtering againts negated Exists() with empty queryset. 3 éve
  My-Name-Is-Nabil f37face331 Fixed #33435 -- Fixed invalid SQL generatered by Subquery.as_sql(). 3 éve
  Allen Jonathan David 28c98d4113 Fixed #33216 -- Simpilified deconstructed paths for some expressions. 3 éve
  Keryn Knight 0ed2919814 Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving Value.output_field for strings. 3 éve
  Keryn Knight b894199eb0 Refs #33406 -- Added test for not creating broken validators when resolving Value.output_field. 3 éve
  Adam Johnson a8fa3e5cd7 Refs #33355 -- Added missing tests for database functions and expression on null values. 3 éve
  Matthijs Kooijman 1a5023883b Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on SQLite. 3 éve
  Hasan Ramezani c069ee0b9d Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_comparisons. 3 éve
  Tim Graham cbd9f8531d Removed duplicated lines in test_in_lookup_allows_F_expressions_and_expressions_for_datetimes(). 3 éve
  Adam Johnson 45f48ed4f7 Made F deconstruction omit 'expressions' in the path. 4 éve
  Mariusz Felisiak e703b152c6 Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalFields on MySQL. 3 éve
  Mariusz Felisiak f0a9413bd2 Refs #24121 -- Improved Value.__repr__(). 3 éve
  Mariusz Felisiak 3f6d4e22f8 Fixed typo in tests/expressions/tests.py. 3 éve