summaryrefslogtreecommitdiff
path: root/docs/glossary.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-08 08:41:59 -0400
committerTim Graham <timograham@gmail.com>2014-09-08 08:45:47 -0400
commit60c38c1a4e482ef86465c9ac40e0b47af175ffa7 (patch)
tree42bb1a87986b7efa241a3636a87401e15343b7d1 /docs/glossary.txt
parent4680d25df23875bced0f17d361782bda80ce79d6 (diff)
Fixed #23281 -- Added "concrete model" to glossary.
Thanks knowledgepoint-devs for the suggestion.
Diffstat (limited to 'docs/glossary.txt')
-rw-r--r--docs/glossary.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/glossary.txt b/docs/glossary.txt
index 0195b9d4c8..8899ae744d 100644
--- a/docs/glossary.txt
+++ b/docs/glossary.txt
@@ -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.