dlamotte / django-tagging

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

list_filter on TagField #197

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When applying the list_filter on a TagField, the expected behaviour is to 
be able to choose tags to filter by. Instead, when doing this, I get all 
the tags represented as strings :

Instead of :
cheese
spam
ham

I get :
cheese spam
ham cheese
spam ham
ham cheese spam
...

Is there any solution to this problem, since it is not the default 
behaviour?

Original issue reported on code.google.com by mats.tar...@gmail.com on 11 May 2009 at 8:53