Venugopal Sundaram

Results 4 comments of Venugopal Sundaram

I am also facing the same issue

@SebastianRemander but it throws, django.core.exceptions.FieldError: Unsupported lookup 'user_name' for EmbeddedField or join on the field not permitted. Sentences.objects.filter(user__user_name__contains='sample')

@SebastianRemander I am using the following versions, Django = 2.2.11 djongo=1.3.1 mongodb=3.6.3

@SebastianRemander I used the code querying-embedded-fields as mentioned in this[ document](https://nesdis.github.io/djongo/using-django-with-mongodb-data-fields/#querying-embedded-fields)