diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/sites.txt | 3 |
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 |
