diff --git a/docs/sites.txt b/docs/sites.txt index 90a9d0f90f..e7a8ecbfa6 100644 --- a/docs/sites.txt +++ b/docs/sites.txt @@ -316,6 +316,9 @@ Here's how Django uses the sites framework: * The shortcut view (``django.views.defaults.shortcut``) uses the domain of the current ``Site`` object when calculating an object's URL. + * In the admin framework, the ''view on site'' link uses the current + ``Site`` to work out the domain for the site that it will redirect to. + .. _redirects framework: ../redirects/ .. _flatpages framework: ../flatpages/ .. _syndication framework: ../syndication_feeds/