Raphael Gaschignard

Results 177 comments of Raphael Gaschignard

We might want to document how to do this kind of search, how to get objects that have _exactly_ a certain set of tags. We could put this into the...

I think this might be an interesting thing to tackle once we resolve the #707 issue. If we vendor it in we could use it to tackle this stuff as...

@AmaMidzu it's yours for the taking! Going to assign you for now just so we can keep track

I think the way forward here would be: - Have a `DetailedTaggedItemSerializer` that could render out a `TaggedItem` as `{name: "foo bar", slug: "foo_bar", id: 1}` - Have a `DetailedTagListField`...

@stefanivic could you specifically describe the issue you had, so we can design some test cases and properly say what issue we're trying to fix? Basically, would like to fix...

This one was implemented in #892

We have a way to pass in extra filters to `most_common` now, but I do basically agree that it would be cool to pass in an external queryset in general....

[this hasn't been updated in a while](https://github.com/feuervogel/django-taggit-templatetags) but there might be some good stuff in there that we can pull in (if we pull in the code wholesale let's make...

I think that normally you should be able to do this by defining a custom tag and defining the `name` field with validators on it. At the very least this...

bulk operations can be risky, but this would still be a great little addition to have