@@ -55,7 +55,10 @@ instances of the same model will be returned.
...
@@ -55,7 +55,10 @@ instances of the same model will be returned.
Filtering
Filtering
~~~~~~~~~
~~~~~~~~~
To find all of a model with a specific tags you can filter, using the normal Django ORM API. For example if you had a ``Food`` model, who's ``TaggableManager`` was named ``tags``, you could find all the delicious fruit like so::
To find all of a model with a specific tags you can filter, using the normal
Django ORM API. For example if you had a ``Food`` model, who's
``TaggableManager`` was named ``tags``, you could find all the delicious fruit