filter with different operator in django
from myapp.models import Entry
from django.db.models import Q
Entry.objects.filter(~Q(id=3))
#will return all entries except the one(s) with 3 as their ID
filter with different operator in django
from myapp.models import Entry
from django.db.models import Q
Entry.objects.filter(~Q(id=3))
#will return all entries except the one(s) with 3 as their ID
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us