MCPcopy
hub / github.com/django/django / JSONBAgg

Class JSONBAgg

django/contrib/postgres/aggregates/general.py:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78class JSONBAgg(Aggregate):
79 function = "JSONB_AGG"
80 allow_distinct = True
81 allow_order_by = True
82 output_field = JSONField()
83
84
85# RemovedInDjango70Warning: When the deprecation ends, remove completely.

Calls 1

JSONFieldClass · 0.90