PageRenderTime 53ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause
  1. Models and databases
  2. ====================
  3. .. module:: django.db
  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. .. toctree::
  8. :maxdepth: 1
  9. models
  10. queries
  11. aggregation
  12. managers
  13. sql
  14. transactions
  15. multi-db
  16. optimization