mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.
This commit is contained in:
parent
73040e584a
commit
34047b23e2
@ -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``.
|
||||||
|
|
||||||
.. versionchanged:: 1.9
|
.. versionchanged:: 1.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user