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
3ac094d1
authored
Sep 19, 2010
by
Alex Gaynor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the available external apps.
parent
8e7d741a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
2 deletions
+28
-2
docs/changelog.txt
+2
-0
docs/external_apps.txt
+24
-0
docs/index.txt
+2
-2
No files found.
docs/changelog.txt
View file @
3ac094d1
...
...
@@ -16,6 +16,8 @@ Unreleased.
``filter(tags__name__in=["foo"])``.
* Added a German locale.
* Added a Dutch locale.
* Removed ``taggit.contrib.suggest``, it now lives in an external application,
see :doc:`external_apps` for more information.
0.8.0
~~~~~
...
...
docs/external_apps.txt
0 → 100644
View file @
3ac094d1
External Applications
=====================
In addition to the features included in ``django-taggit`` directly, there are a
number of external applications which provide additional features that may be
of interest.
.. note::
Despite their mention here, the following applications are in no way
official, nor have they in any way been reviewed or tested.
If you have an application that you'd like to see listed here, simply fork
``taggit`` on `github <http://github.com/alex/django-taggit>`_, add it to this
list, and send a pull request.
* ``django-taggit-suggest``: Provides support for defining keyword and regular
expression rules for suggesting new tags for content. This used to be
available at ``taggit.contrib.suggest``. Available on
`github <http://github.com/frankwiles/django-taggit-suggest>`_.
* ``django-taggit-templatetags``: Provides several templatetags, including one
for tag clouds, to expose various ``taggit`` APIs directly to templates.
Available on `github <http://github.com/feuervogel/django-taggit-templatetags>`_.
docs/index.txt
View file @
3ac094d1
...
...
@@ -9,12 +9,13 @@ for known issues with older versions of Django), and Python 2.4-2.X.
.. toctree::
:maxdepth: 2
getting_started
forms
api
custom_tagging
issues
external_apps
changelog
Indices and tables
...
...
@@ -23,4 +24,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
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