parts/django/docs/topics/db/index.txt
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 14:57:16 +0530
changeset 381 da4c6b1cec7d
parent 307 c6bca38c1cbf
permissions -rw-r--r--
add reviewer works now

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
   multi-db
   optimization