Skip to content

Instantly share code, notes, and snippets.

@felixxm
Last active July 11, 2023 07:43
Show Gist options
  • Save felixxm/cd1a2ee91ec61eb5389c3774f2ccd23d to your computer and use it in GitHub Desktop.
Save felixxm/cd1a2ee91ec61eb5389c3774f2ccd23d to your computer and use it in GitHub Desktop.

Wonderful world of the limitless Django Lookups

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment