Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 57efe471f3561e70a829edf1b0e9f507 > files > 2164

python-django-1.1.4-0.1mdv2010.2.noarch.rpm

.. _topics-db-index:

Models and databases
====================

A model is the single, definitive source of data about your data. It contains
the essential fields and behaviors of the data you're storing. Generally, each
model maps to a single database table.

.. toctree::
   :maxdepth: 1

   models
   queries
   aggregation
   managers
   sql
   transactions
   optimization