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:58 -0400
commit4684464b354951c94b81d0bb25741ceb5c3e75e1 (patch)
tree78bd1b43aface25556aaa50ec062feb247e0a446 /docs
parentd3c75da7fbcdf5d32ab332c9de276e1ffd15f312 (diff)
[1.6.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 131c9645e8..eb107ffcdf 100644
--- a/docs/ref/contrib/sites.txt
+++ b/docs/ref/contrib/sites.txt
@@ -21,7 +21,8 @@ The whole sites framework is 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