Commit e0d3de77 by Florian Apolloner

Prepare 0.11

parent 188182b9
Changelog
=========
0.11.0
0.11.0 (25.11.2013)
~~~~~~~~~~~~~~~~~~~
* Added support for prefetch_related on tags fields
* Added support for prefetch_related on tags fields.
* Fixed support for Django 1.7.
* Made the tagging relations unserializeable again.
* Allow more than one TaggableManager on models (assuming concrete FKs are
used for the relations).
0.10.0 (17.08.2013)
~~~~~~~~~~~~~~~~~~~
......
......@@ -7,7 +7,7 @@ f.close()
setup(
name='django-taggit',
version='0.10',
version='0.11',
description='django-taggit is a reusable Django application for simple tagging.',
long_description=readme,
author='Alex Gaynor',
......
VERSION = (0, 10, 0)
VERSION = (0, 11, 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