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
exact
iexact
contains
icontains
in
gt
gte
lt
lte
startswith
istartswith
endswith
iendswith
range
date
year
iso_year
month
day
week
week_day
iso_week_day
quarter
time
hour
minute
second
isnull
regex
iregex