This document covers various components of pinax.apps.tagging_utils.
The named URLs in this app should enable the use of of the {% url %} template tag as well as reverse lookups in your project code without having to know the implementation details of this app.
This URL provides an Ajax callback that will supply delimited data for the jQuery autocomplete plugin to display autocomplete info for tags in a UI.
| keyword arguments: | |
|---|---|
| The app_label and model that tags are associated with and that match (?P<app_label>\w+)/(?P<model>\w+). | |