Commit 17ebe7b3 by Alex Gaynor

Updated teh changelog

parent 98db5fab
...@@ -11,6 +11,9 @@ Unreleased. ...@@ -11,6 +11,9 @@ Unreleased.
* When displaying tags always join them with commas, never spaces. * When displaying tags always join them with commas, never spaces.
* The docs are now available `online <http://django-taggit.readthedocs.org/>`_. * The docs are now available `online <http://django-taggit.readthedocs.org/>`_.
* Custom ``Tag`` models are now allowed. * Custom ``Tag`` models are now allowed.
* *Backwards incompatible* Filtering on tags is no longer
``filter(tags__in=["foo"])``, it is written
``filter(tags__name__in=["foo"])``.
0.8.0 0.8.0
~~~~~ ~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment