Changes between Initial Version and Version 1 of Ticket #1985
- Timestamp:
- May 26, 2006, 10:49:38 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1985 – Description
initial v1 1 1 The code (taken from docs) in rev [2970] .. 2 2 3 {{{ 3 4 from django.db import models 4 5 from django.contrib.sites.models import Site … … 12 13 objects = models.Manager() 13 14 on_site = CurrentSiteManager('publish_on') 15 }}} 14 16 15 17 Does not work, gives following error. Changing publish_on to site also does the same. Environment OSX and mysql, svn version [2970]