parts/django/docs/topics/db/index.txt
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 Models and databases
       
     2 ====================
       
     3 
       
     4 A model is the single, definitive source of data about your data. It contains
       
     5 the essential fields and behaviors of the data you're storing. Generally, each
       
     6 model maps to a single database table.
       
     7 
       
     8 .. toctree::
       
     9    :maxdepth: 1
       
    10 
       
    11    models
       
    12    queries
       
    13    aggregation
       
    14    managers
       
    15    sql
       
    16    transactions
       
    17    multi-db
       
    18    optimization