Commit c5cbe2e1 by Alex Gaynor

Fixed #21. Document a known issue with bulk deletion under Django 1.1, this is…

Fixed #21.  Document a known issue with bulk deletion under Django 1.1, this is why 1.2 is awesome ;)
parent 4090a28c
......@@ -10,6 +10,7 @@ tagging to your project easy and fun.
getting_started
api
custom_through
issues
Indices and tables
==================
......
Known Issues
============
Currently there is 1 known issue:
* When run under Django 1.1, doing ``Model.objects.all().delete()`` (or any
bulk deletion operation) on a model with a ``TaggableManager`` will result
in losing the tags for items beyond just those assosciated with the deleted
objects. This issue is not present in Django 1.2.
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