DjangoCon 2022 | Deep Inside Django's ORM: How Django Builds Queries

Deep Inside Django's ORM: How Django Builds Queries by Bas Steins

Django's ORM is probably the most powerful feature of this framework. This talk is about how queries to the database are internally translated into SQL with Query objects and how to hack that process.

Date Added: September 19, 2024

Watch Video