Changes between Initial Version and Version 1 of Ticket #1985


Ignore:
Timestamp:
May 26, 2006, 10:49:38 AM (18 years ago)
Author:
Adrian Holovaty
Comment:

Fixed formatting in description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1985 – Description

    initial v1  
    11The code (taken from docs) in rev [2970] ..
    22
     3{{{
    34from django.db import models
    45from django.contrib.sites.models import Site
     
    1213    objects = models.Manager()
    1314    on_site = CurrentSiteManager('publish_on')
     15}}}
    1416
    1517Does not work, gives following error. Changing publish_on to site also does the same. Environment OSX and mysql, svn version [2970]
Back to Top