Changes between Initial Version and Version 1 of Ticket #34013, comment 7


Ignore:
Timestamp:
Dec 7, 2022, 7:19:08 AM (22 months ago)
Author:
Rodolfo Valentín Becerra García

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34013, comment 7

    initial v1  
    22
    33{{{
     4from django.db.models.fields.json import KeyTextTransform
    45Model.objects.all().annotate(
    56    json_field=functions.JSONObject(
Back to Top