``` class Article(models.Model): ... tags = models.ManyToManyField('Tag', blank=True, verbose_name=_(u"Tags ...")) ``` With a simple model like this, I can't filter Articles with tag "Cars" AND "Lamborghini"