Changes between Initial Version and Version 1 of Ticket #31829
- Timestamp:
- Jul 25, 2020, 11:51:22 PM (4 years ago)
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.1 The 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. 2 2 3 3 Using the example model in the 3.1 release notes,