Django

Code

Changeset 6144

Show
Ignore:
Timestamp:
09/13/07 19:52:39 (1 year ago)
Author:
mtredinnick
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/sites.txt

    r5803 r6144  
    317317      the current ``Site`` object when calculating an object's URL. 
    318318 
     319    * In the admin framework, the ''view on site'' link uses the current 
     320      ``Site`` to work out the domain for the site that it will redirect to. 
     321 
    319322.. _redirects framework: ../redirects/ 
    320323.. _flatpages framework: ../flatpages/