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
Original issue reported on code.google.com by
kame...@gmail.com
on 3 Oct 2010 at 6:03Attachments: