Преглед на файлове

Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.

Bipin Suresh преди 9 години
родител
ревизия
34047b23e2
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      docs/ref/contrib/sites.txt

+ 2 - 1
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