Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
django-taggit
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e29fc41f
authored
Mar 23, 2013
by
Christopher Grebs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs for recent requirements
parent
828cbd26
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
12 deletions
+7
-12
docs/changelog.txt
+6
-0
docs/index.txt
+1
-3
docs/issues.txt
+0
-9
No files found.
docs/changelog.txt
View file @
e29fc41f
Changelog
=========
unreleased
~~~~~~~~~~
* Python3 support
* Works only with Django 1.4 and Django 1.5
0.9.2
~~~~~
...
...
docs/index.txt
View file @
e29fc41f
...
...
@@ -4,8 +4,7 @@ Welcome to django-taggit's documentation!
``django-taggit`` is a reusable Django application designed to making adding
tagging to your project easy and fun.
``django-taggit`` works with Django 1.1 and 1.2 (see :doc:`issues` for known
issues with older versions of Django), and Python 2.4-2.X.
``django-taggit`` works with Django 1.4+ and Python 2.7-3.X.
.. toctree::
:maxdepth: 2
...
...
@@ -15,7 +14,6 @@ issues with older versions of Django), and Python 2.4-2.X.
admin
api
custom_tagging
issues
external_apps
changelog
...
...
docs/issues.txt
deleted
100644 → 0
View file @
828cbd26
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment