Skip to content

Feature request: Allow AND operator to work with M2M relationship #144

@fcorallini

Description

@fcorallini
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"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions