def __init__(self, *args, **kwargs): super(JSONAgg, self).__init__(*args, output_field=JSONField(), **kwargs)