Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with django-taggit 0.9.0+ #3

Closed
wants to merge 1 commit into from
Closed

Compatibility with django-taggit 0.9.0+ #3

wants to merge 1 commit into from

Conversation

wilsaj
Copy link

@wilsaj wilsaj commented Nov 8, 2010

The Taggit filtering API has changed as of version 0.9.0. From the Taggit changelog (http://packages.python.org/django-taggit/changelog.html):

Backwards incompatible Filtering on tags is no longer filter(tags__in=["foo"]), it is written filter(tags__name__in=["foo"]).

@coleifer
Copy link
Contributor

yo i just fixed the one place it was filtering on the slug instead of the tag object itself. everything should work with 0.9.1

https://github.com/coleifer/djangosnippets.org/commit/078d5e36f04a323dbf2c56d81abd255b25c75a51

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants