Re: Attribute Error on Dumpdata

2007-12-06 Thread ttk
I think I found my problem... I failed to add "objects = models.Manager()" into my models which would explain why that attribute isn't found. I'll try this out but if anyone has additional suggestions, I'm all ears. cheers, -ttk --~--~-~--~~~---~--

Attribute Error on Dumpdata

2007-12-06 Thread ttk
NewsEntry(models.Model): site = models.ForeignKey(Site) on_site = CurrentSiteManager() ... === So I use, for example: NewsEntry.on_site.all() INSTEAD OF NewsEntry.objects.all() This is all based off of the Django "Sites Framework" documentation (http://snipr.co