Рет қаралды 4,194
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.