Author: mtredinnick
Date: 2007-09-13 19:52:39 -0500 (Thu, 13 Sep 2007)
New Revision: 6144

Modified:
   django/trunk/docs/sites.txt
Log:
Fixed #2319 -- Added a note that the sites framework is used by admin's 
view-on-site functionality. Based on a patch from David Reynolds.


Modified: django/trunk/docs/sites.txt
===================================================================
--- django/trunk/docs/sites.txt 2007-09-13 23:30:26 UTC (rev 6143)
+++ django/trunk/docs/sites.txt 2007-09-14 00:52:39 UTC (rev 6144)
@@ -316,6 +316,9 @@
     * 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/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to