Changes between Initial Version and Version 1 of Ticket #31829


Ignore:
Timestamp:
Jul 25, 2020, 11:51:22 PM (4 years ago)
Author:
Sage Abdullah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31829 – Description

    initial v1  
    1 The previous implementation of `django.contrib.postgres.fields.JSONField` uses the overridden `contains` lookup that is JSON-based and not the builtin one that is pattern-based.
     1The previous implementation of `django.contrib.postgres.fields.JSONField`, when chained with a `KeyTransform` and a `contains` lookup, uses the overridden `contains` lookup that is JSON-based and not the builtin one that is pattern-based.
    22
    33Using the example model in the 3.1 release notes,
Back to Top