Changes between Version 1 and Version 2 of Ticket #34107


Ignore:
Timestamp:
Oct 19, 2022, 11:02:09 AM (2 years ago)
Author:
Tadek Teleżyński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34107 – Description

    v1 v2  
    1010    data = models.JSONField(null=False, blank=True, default=dict)
    1111}}}
    12 And the following migration adding two indexes (note the difference in "->" and "->>") on "data__category" key:
     12And the following migration adding two indexes (note the difference in "->" and "->>") on {{{data__category}}} key:
    1313
    1414{{{
Back to Top