Fixed #23281 -- Added "concrete model" to glossary.

Thanks knowledgepoint-devs for the suggestion.
This commit is contained in:
Tim Graham 2014-09-08 08:41:59 -04:00
parent 4680d25df2
commit 60c38c1a4e
2 changed files with 7 additions and 3 deletions

View file

@ -6,6 +6,10 @@ Glossary
.. glossary::
concrete model
A non-abstract (:attr:`abstract=False
<django.db.models.Options.abstract>`) model.
field
An attribute on a :term:`model`; a given field usually maps directly to
a single database column.