From 4684464b354951c94b81d0bb25741ceb5c3e75e1 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 22 Aug 2014 12:56:38 -0400 Subject: [PATCH] [1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs. Backport of a76aab3583 from master --- docs/ref/contrib/sites.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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