Django filter () type documentation

I have looked at the Django and Googled documentation for every phrase difference, but I cannot find documentation that accurately describes the behavior of lookuptypes.

app.objects.filter(column__lookuptype=criteria) 

I found documentation on which I can use lookuptypes, but not what they do and how to use them. For example, I don’t have a bloody clue what __gte does, but I cannot find good documentation about what it does.

Is there any documentation I missed?

Any pointers in the right direction are welcome. Thanks!

+7
source share
2 answers
+26
source
+1
source

All Articles