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
288b794b
authored
Sep 17, 2010
by
Alex Gaynor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refs #39, document that aggregates do not work with taggit.
parent
543471cd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
docs/api.txt
+9
-0
docs/changelog.txt
+0
-1
No files found.
docs/api.txt
View file @
288b794b
...
@@ -71,3 +71,12 @@ make use of the ``distinct()`` method on ``QuerySets``::
...
@@ -71,3 +71,12 @@ make use of the ``distinct()`` method on ``QuerySets``::
You can also filter by the slug on tags. If you're using a custom ``Tag``
You can also filter by the slug on tags. If you're using a custom ``Tag``
model you can use this API to filter on any fields it has.
model you can use this API to filter on any fields it has.
Aggregation
~~~~~~~~~~~
Unfortunately, due to a
`bug in Django <http://code.djangoproject.com/ticket/10870>`_, it is not
currently possible to use aggregation in conjunction with ``taggit``. This is
a `documented interaction <http://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#generic-relations-and-aggregation>`_
of generic relations (which ``taggit`` uses internally) and aggregates.
docs/changelog.txt
View file @
288b794b
...
@@ -34,4 +34,3 @@ Unreleased.
...
@@ -34,4 +34,3 @@ Unreleased.
transaction with an ``IntegrityError``.
transaction with an ``IntegrityError``.
* Added Python 2.4 compatibility.
* Added Python 2.4 compatibility.
* Added Django 1.1 compatibility.
* Added Django 1.1 compatibility.
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