1. ====================
    
  2. Models and databases
    
  3. ====================
    
  4. 
    
  5. .. module:: django.db
    
  6. 
    
  7. A model is the single, definitive source of information about your data. It
    
  8. contains the essential fields and behaviors of the data you're storing.
    
  9. Generally, each model maps to a single database table.
    
  10. 
    
  11. .. toctree::
    
  12.    :maxdepth: 1
    
  13. 
    
  14.    models
    
  15.    queries
    
  16.    aggregation
    
  17.    search
    
  18.    managers
    
  19.    sql
    
  20.    transactions
    
  21.    multi-db
    
  22.    tablespaces
    
  23.    optimization
    
  24.    instrumentation
    
  25.    examples/index