django/docs/topics/db/index.txt
Zainab Amir 11b2cbb65f [3.2.x] Made sentence about Model consistent in docs.
Backport of 3445c50a3affc5ae7b1c2712a139d4a5105aeaf5 from main
2021-08-26 09:05:43 +02:00

26 lines
482 B
Plaintext

====================
Models and databases
====================
.. module:: django.db
A model is the single, definitive source of information 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
search
managers
sql
transactions
multi-db
tablespaces
optimization
instrumentation
examples/index