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:41:18 -0400 |
| commit | 6aa618bae35d7f7f8b9b270a4da7afa97512c40d (patch) | |
| tree | e9103e499fdd0374249cebf83853dc5302434ce5 | |
| parent | 5cc1f13d1586da62efbff3163f19c2bbcaea83ac (diff) | |
[1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.
Backport of 34047b23e284fd3459903294a5776b67c3e33ed9 from master
| -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 b3dd2933a7..3270850f11 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``. .. attribute:: name |
