Commit 6aa618ba authored by Bipin Suresh's avatar Bipin Suresh Committed by Tim Graham
Browse files

[1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.

Backport of 34047b23 from master
parent 5cc1f13d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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