Hi everyone,

i have a few quick questions regarding Sites module and
CurrentSiteManager. I'm using CurrentSiteManager in my models to
filter out SITE_ID. Then i want to add an extra manager to do some
more filtering - is it better to subclass CurrentSiteManager (is it
subclassable?) or add just another manager?

I didn't try it yet, but adding another manager probably wouldn't
work, since you can't call, let's say,
Article.on_site.filter(whatever) inside costum_manager (costum_manager
is another manager).

How would you suggest using CurrentSiteManager if there is need for
extra manager methods?
Thanks for your replys,

Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to