This talk will dive listeners into the wonderful world of the limitless Django ORM. We will present a detailed explanation of one of its key components, Lookups:
- How it works?
- What does the API behind it look like?
- How it builds filter statements?
- How to create our own lookups? (basic and advanced)
We will also show how to use Django 4.2+ feature of registering lookups on Field
instances to organize and reuse complex logic in the ORM components instead of building complex querysets.