Changes between Initial Version and Version 1 of Ticket #35398
- Timestamp:
- Apr 23, 2024, 2:13:49 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35398 – Description
initial v1 1 The JSONField defined in the django model contain numbers, such as {"123": "abc"}, and querying XX.objects.filter (has_key_123) is invalid! get nothing.1 The JSONField defined in the django model contain numbers, such as fields: tags value is {"123": "abc"}, and querying XX.objects.filter (tags__has_key='123') is invalid! get nothing.