acangiani / django-tagging

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

Tag-based generic views return entries for all sites. #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The tag-based generic views will return all entries, regardless of the site
they are associated with. This need to be corrected with either a patch, or
an entire new custom tagging system.

This issue came up when working with the Clapton project: http://
code.google.com/p/clapton/issues/detail?id=17

Original issue reported on code.google.com by omo...@gmail.com on 25 Aug 2007 at 1:43

GoogleCodeExporter commented 9 years ago
Just to clarify... we're using django.contrib.sites to support multiple sites. 
The
generic views offered by the django-tagging don't currently offer support for 
that...
(but I'm hoping to read over the code and perhaps put together a patch?).

The reference to an "entire new custom tagging" was regarding the clapton 
project. :D

Original comment by toronton...@gmail.com on 26 Aug 2007 at 4:08

GoogleCodeExporter commented 9 years ago
I would be very interested in having the tagging app sites-compatible too. I 
have an
app which is happily using the tagging app and I am about to start using the 
sites
contrib to serve it across multiple domains.

Thanks for all your work on the tagging app so far - it rocks.

Thomas.

Original comment by thomasmo...@gmail.com on 29 Sep 2008 at 3:11

GoogleCodeExporter commented 9 years ago
We are doing something very similar, we're using tagging with an application 
that we
have just modified to use the django.contrib.sites to support multiple sites on 
a
single code base. If anyone puts a patch together or a knows of the best way to 
go
about this please post. 

I'm also going to look into modifying the tagging app install on our server but 
I
hate to ruin someone elses fine work :)

Original comment by TysonSav...@gmail.com on 29 Sep 2008 at 3:17

GoogleCodeExporter commented 9 years ago
Same issue here.  Wondering if anyone has had any luck with any fixes or patches
before I start hacking away. 
Cheers
Johnny

Original comment by johnny.k...@gmail.com on 30 Jan 2009 at 3:44