Django ORM performance tips - part 1 9 March 2011 This blog post will be split into two part. After I finish part two, I will add a link at the bottom of this one. For both parts I will use a sample project with sqlite3 database. models.py file for sample application is here: Django encapsulates SQL queries with its ORM infrastructure. This is a very nice feature for developers, since it makes imp