mirror of
https://github.com/django/django.git
synced 2025-09-28 13:04:54 +00:00
[1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.
Backport of 34047b23e2
from master
This commit is contained in:
parent
5cc1f13d15
commit
6aa618bae3
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ The sites framework is mainly based on a simple model:
|
||||||
|
|
||||||
.. attribute:: domain
|
.. attribute:: domain
|
||||||
|
|
||||||
The domain name associated with the Web site.
|
The fully qualified domain name associated with the Web site.
|
||||||
|
For example, ``www.example.com``.
|
||||||
|
|
||||||
.. attribute:: name
|
.. attribute:: name
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue