Database API reference This covers Django version 0.91. Old version: 0.90 docs
Once you've created your data models, you'll need to retrieve data from the database. This document explains the database abstraction API derived from the models, and how to create, retrieve and update objects.
Throughout this reference, we'll refer to the following Poll application: