diff options
| author | Bipin Suresh <bipsandbytes@yahoo.com> | 2015-06-21 02:01:48 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-22 09:39:54 -0400 |
| commit | 34047b23e284fd3459903294a5776b67c3e33ed9 (patch) | |
| tree | 3976945b00f00931576b0dc9c5c7a6269f19fb56 /docs/ref | |
| parent | 73040e584a9ccc770593a3885f5fe40fda142e0d (diff) | |
Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/sites.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt index da2bd879db..c91c112f64 100644 --- a/docs/ref/contrib/sites.txt +++ b/docs/ref/contrib/sites.txt @@ -21,7 +21,8 @@ The sites framework is mainly based on a simple model: .. 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 |
