Commit 4684464b authored by Tim Graham's avatar Tim Graham
Browse files

[1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.

Backport of a76aab35 from master
parent d3c75da7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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