mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Made sentence about Model consistent in docs.
This commit is contained in:
parent
fa1d7ba5b9
commit
3445c50a3a
2 changed files with 7 additions and 7 deletions
|
@ -4,9 +4,9 @@ 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.
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue