summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-22 12:56:38 -0400
committerTim Graham <timograham@gmail.com>2014-08-22 13:23:55 -0400
commitc19c7c192c1cdbfa29cc4a33fdc6f0c0bb477e86 (patch)
treeaeedd5dedcaff125b99fc2b7dfdd6803e661f99d /docs
parent8aca08f82888ccc0aaf981c04ce7e5bcb4048d88 (diff)
[1.7.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.
Backport of a76aab3583 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/sites.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt
index 556f2cb185..618b29e32c 100644
--- a/docs/ref/contrib/sites.txt
+++ b/docs/ref/contrib/sites.txt
@@ -19,7 +19,8 @@ The sites framework is mainly based on a simple model:
A model for storing the ``domain`` and ``name`` attributes of a Web site.
The :setting:`SITE_ID` setting specifies the database ID of the
- :class:`~django.contrib.sites.models.Site` object associated with that
+ :class:`~django.contrib.sites.models.Site` object (accessible using
+ the automatically added ``id`` attribute) associated with that
particular settings file.
.. attribute:: domain