values in my json file like Django's icontains
Qustion: Anyone know how to make search like icontains without using model.JSONField?
Postgresql can search in JSONfield
for using postgresql search, I need create model.JSONField. Can I use postgresql search without creating model?
Yes, looks documentation of postgresql
Обсуждают сегодня