/docs/topics/db/index.txt
https://code.google.com/p/mango-py/ · Plain Text · 20 lines · 16 code · 4 blank · 0 comment · 0 complexity · f15dfa640a8c48944a41f95789cdad25 MD5 · raw file
- Models and databases
- ====================
- .. module:: django.db
- 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