1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

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

Backport of a76aab3583 from master
This commit is contained in:
Tim Graham 2014-08-22 12:56:38 -04:00
parent d3c75da7fb
commit 4684464b35

View File

@ -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