dlamotte / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Using not default model manager in tags_for_model and tag_cloud_for_model template tags #252

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello!

I have some sites with same database. Default model manager returns all 
existing objects for all sites - it is need to manage all content from all my 
sites in one place. I try using django-tagging, but template tags 
"tag_cloud_for_model" and "tags_for_model" uses default manager and returns the 
same results for all sites (all existing tags). I have add manager option to 
"tag_cloud_for_model" and "tags_for_model" template tags to specify which model 
manager will be used. See attach for more details. This patch build for last 
version available from PyPI (0.3.1-final).

Thank you. Have a nice day!

Original issue reported on code.google.com by kame...@gmail.com on 3 Oct 2010 at 6:03

Attachments: