Skip to content

Commit

Permalink
[1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.
Browse files Browse the repository at this point in the history
Backport of a76aab3 from master
  • Loading branch information
timgraham committed Aug 22, 2014
1 parent d3c75da commit 4684464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ref/contrib/sites.txt
Expand Up @@ -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
Expand Down

0 comments on commit 4684464

Please sign in to comment.