提交历史

作者 SHA1 备注 提交日期
  Chris Muthig d734f1651c Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by. 8 月之前
  Mariusz Felisiak b049bec7cf Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0. 10 月之前
  Chris Muthig c8df2f9941 Fixed #35339 -- Fixed PostgreSQL aggregate's filter and order_by params order. 1 年之前
  Mariusz Felisiak 5e4c1793b7 Refs #33308 -- Removed support for passing encoded JSON string literals to JSONField & co. 1 年之前
  David Smith b05dfc2894 Refs #34381, Refs #10929 -- Fixed postgres_tests.test_aggregates.TestGeneralAggretate.test_empty_result_set() on PostgreSQL 14+. 2 年之前
  Nils VAN ZUIJLEN ae1fe72e9b Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayField. 2 年之前
  Mariusz Felisiak 0be8095b25 Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates. 2 年之前
  Simon Charette eccda63a49 Improved isolation of TestGeneralAggregate.test_default_argument(). 2 年之前
  Simon Charette 0ff46591ac Refs #33308 -- Deprecated support for passing encoded JSON string literals to JSONField & co. 2 年之前
  Simon Charette 0db8bf3d60 Refs #10929 -- Fixed aggregates crash when passing strings as defaults. 2 年之前
  Alexander Kerkum f88fc72da4 Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and JSONBAgg(). 2 年之前
  Mariusz Felisiak fd93db97c7 Fixed #33898 -- Fixed Window() expression crash with ArrayAgg(). 2 年之前
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 年之前
  Nick Pope bd47b9bc81 Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres. 3 年之前
  ali ca58378390 Fixed #33114 -- Defined default output_field of StringAgg. 3 年之前
  abhiabhi94 5a634a7b6f Fixed #32906 -- Added docs and tests for using key and index lookups on JSONBAgg results. 3 年之前
  Nick Pope fee8734596 Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates. 3 年之前
  Nick Pope 501a8db465 Fixed #10929 -- Added default argument to aggregates. 4 年之前
  Hannes Ljungberg d8c90d4c22 Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup. 3 年之前
  Mariusz Felisiak 5371ad1d14 Refs #26430 -- Added tests for PostgreSQL-specific aggregates on EmptyQuerySets and used subTest(). 3 年之前
  Nick Pope 66af94d56e Removed unnecessary json.loads() call in test_json_agg_empty(). 3 年之前
  Nick Pope e8e8e207e7 Ensured that empty result test for JSONBAgg executes a query. 3 年之前
  Nick Pope 1aca9fc7d2 Corrected test method and variable names for JSONBAgg. 3 年之前
  Artur Beltsov 18c8ced81e Fixed #32169 -- Added distinct support to JSONBAgg. 4 年之前
  Mariusz Felisiak 1f31027bb3 Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over JSONField key transforms. 4 年之前
  Mariusz Felisiak 1d650ad019 Refs #32096 -- Added test for ArrayAgg over JSONField key transforms. 4 年之前
  David Chorpash 6ec5eb5d74 Refs #31720 -- Defined default output_field of BoolAnd() and BoolOr() aggregate functions. 4 年之前
  John Parton a8473b4d34 Fixed #31691 -- Added ordering support to JSONBAgg. 4 年之前
  Nick Pope 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. 5 年之前
  Simon Charette eb31d84532 Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter. 5 年之前