I want to filter base on time field in jsonfield,but this field store as string and i can not use this query:
Notification.objects.filter(Q(data__payload__request_visit_time__gte=timezone.now()))
I want to filter base on time field in jsonfield,but this field store as string and i can not use this query:
Notification.objects.filter(Q(data__payload__request_visit_time__gte=timezone.now()))