Kaydet (Commit) c19c7c19 authored tarafından Tim Graham's avatar Tim Graham

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

Backport of a76aab35 from master
üst 8aca08f8
...@@ -19,7 +19,8 @@ The sites framework is mainly based on a simple model: ...@@ -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. A model for storing the ``domain`` and ``name`` attributes of a Web site.
The :setting:`SITE_ID` setting specifies the database ID of the 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. particular settings file.
.. attribute:: domain .. attribute:: domain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment