z0ccc

Results 2 issues of z0ccc

When trying to create a model like: ``` class Test(models.Model): tag1 = TaggableManager() tag2 = TaggableManager() ``` It gives the error: ValueError: You can't have two TaggableManagers with the same...

question
enhancement
docs

Hi, Since similar_objects() returns a list and not queryset how would you go about filtering the results (based on date posted, author etc.)? Is it even possible? Also what are...

needsinfo
question