parts/django/docs/topics/db/index.txt
changeset 69 c6bca38c1cbf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/parts/django/docs/topics/db/index.txt	Sat Jan 08 11:20:57 2011 +0530
@@ -0,0 +1,18 @@
+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