My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
List | Grid
   
  ID Type Status Priority Milestone Owner   Summary + Labels ...
  14 Enhancement New Medium ---- ----   Support for machine tags  
  15 Defect Chatting Medium ---- ----   Tagging doesn't work with slug as primary key  
  24 Defect New Medium ---- ----   Tags disappear after using template tag to view all tags associated with a given object  
  33 Defect New Medium ---- ----   sort limited tagcloud  
  34 Defect New Medium ---- ----   TagsField Idea  
  35 Enhancement New Medium ---- ----   Additional tag formats; verbose name  
  41 Other Chatting Medium ---- jonathan.buchanan   Tools for dealing with tags across models  
  42 Defect New Medium ---- jonathan.buchanan   TypeError: __init__() got an unexpected keyword argument 'form_class'  
  44 Enhancement Chatting Medium ---- jonathan.buchanan   TagManager.usage_for_model returns list instead of queryset  
  46 Defect New Medium ---- ----   case insensitive tags  
  56 Defect New Medium ---- ----   tagged_object_list should be called with a queryset instead of a model  
  57 Defect New Medium ---- ----   Ability to additionally filter queryset in tagged_object_list  
  58 Defect New Medium ---- ----   Support tagclouds for *all* models  
  59 Defect New Medium ---- ----   fix leading and trailing space in form TagField  
  60 Defect New Medium ---- ----   validation issue when there isd more space between words  
  63 Defect New Medium ---- ----   Tag-based generic views return entries for all sites.  
  65 Defect New Medium ---- ----   Validation fails when tags end with comma + space  
  67 Enhancement Chatting Medium ---- ----   Add ability to relate tags with tags  
  70 Enhancement New Medium ---- ----   Limiting tagable items  
  72 Defect New Medium ---- ----   Allow using different tables  
  73 Enhancement Accepted High Release0.3 jonathan.buchanan   Give some control over validation  
  76 Defect New Medium ---- ----   allow_empty not supported in tagged_object_list  
  79 Defect New Medium ---- ----   TagField is Not Added to __dict__  
  80 Enhancement New Medium ---- ----   add weights to tags  
  81 Enhancement New Medium ---- ----   object/user-level tagging  
  83 Enhancement New Medium ---- ----   Proposed change: add slug to the tags  
  85 Enhancement Chatting Medium ---- jonathan.buchanan   enhancement  
  89 Defect New Medium ---- ----   typos in overview.txt  
  90 Defect New Medium ---- ----   Make tagsfield a non db field like manytomanyfield  
  91 Defect New Medium ---- ----   utils.calculate_cloud can leave font_size unset for most frequent tag  
  92 Defect New Medium ---- ----   Tag relevance  
  93 Defect New Medium ---- ----   TagField does not work correctly in admin app  
  94 Defect New Medium ---- ----   Tag Label  
  95 Defect New Medium ---- ----   TagField and tagging.register  
  96 Defect New Medium ---- ----   IntegrityError on Tag.objects.get_for_object  
  97 Defect New Medium ---- ----   PATCH: allows ordering by count  
  98 Task Accepted Low ---- ----   Use Wikir to convert reStructuredText documents to Google Code Wiki pages  
  99 Defect New Medium ---- ----   TaggedItem manager method "get_by_model" gives error when given a QuerySet as first argument and a tag different from the first as second argument  
  101 Defect New Medium ---- ----   Add remove_tag() function for add_tag() parallelism  
  103 Defect New Medium ---- ----   is it my fault, documentation problem, or known issue?  
  105 Defect New Medium ---- ----   Tag itself cannot calculate cloud  
  107 Defect New Medium ---- ----   related_for_model fails if the tag does not exist  
  108 Defect New Medium ---- ----   overview.txt example error tagged_object_list  
  109 Defect New Medium ---- ----   Make 'usage_for_model' autosuggest-friendly  
  111 Defect New Medium ---- ----   Error while adding only space(s) as tag  
  115 Defect New Medium ---- ----   Multiple TagFields / Tag Types in One Model  
  117 Defect New Medium ---- ----   Add support of "filters" parameter in related_for_model() function  
  118 Defect New Medium ---- ----   queryset-refactor breaks advanced queries  
  125 Defect New Medium ---- ----   Documentation for installing against Django 0.96  
  126 Defect New Medium ---- ----   Support for get_absolute_url for Tag object  
  127 Enhancement New Medium ---- ----   New enhancement Idea  
  128 Defect New Medium ---- ----   tagging.register does not work with the management shell  
  129 Defect New Medium ---- ----   Install Error caused by Improt Error  
  130 Enhancement Accepted High ---- ----   Model TagField should act as related descriptor  
  137 Enhancement New Medium ---- ----   Suggestion: add a cloud_for_queryset method  
  139 Enhancement Accepted Medium Release0.3 ----   Rename TagField to be TagListField  
  142 Defect New Medium ---- ----   Improve LOGARITHMIC cloud distribution for high min_count values  
  145 Defect New Medium ---- ----   French Locale file  
  150 Defect New Medium ---- ----   alter table thing for tips wiki  
  151 Defect New Medium ---- ----   ModelForm ask object_id on save()  
  152 Defect New Medium ---- ----   Preserving original order and occurrence of tag input  
  157 Defect New Medium ---- ----   get_intersection_by_model returns same results as get_union_by_model  
  160 Defect New Medium ---- ----   Very bad performance of TagManager.related_for_model query using MySQL 5.0.x  
  161 Enhancement New Medium ---- ----   enhancement - exclusion tags  
  162 Enhancement New Medium ---- ----   Delete object tags on pre_delete signal.  
  164 Defect Accepted Medium ---- jonathan.buchanan   TaggedItem.objects.get_related uses connection.ops.limit_offset_sql which is gone in Django 1.0  
  165 Enhancement New Medium ---- ----   Hebrew translation  
  166 Defect New Medium ---- ----   Model Inheritance  
  167 Enhancement Accepted High ---- jonathan.buchanan   Refactor TaggedItemManager methods to return QuerySets, without performing seperate queries to retrieve tagged object ids  
  168 ---- New ---- ---- ----   Unicode Decode Error  
  170 ---- New ---- ---- ----   tagging + multilingual doesn't work  
  171 Enhancement New ---- ---- ----   Add a Tag description field  
  172 ---- New ---- ---- ----   something broken regarding TagField?  
  173 ---- New ---- ---- ----   InlineModelAdmin support  
  176 ---- New ---- ---- ----   Admin-field doesn't display on - TagField property named like an existing method  
  177 ---- New ---- ---- ----   cannot import tagging after installation  
  178 ---- New ---- ---- ----   Could not find any way to limit_choices_to just the tags for a particular model  
  179 ---- New ---- ---- ----   tagged_object_list generic view and related_tags=True fails  
  180 ---- New ---- ---- ----   django ignoring MySQL results for "in" operator  
  181 Enhancement New ---- ---- ----   Patch for less SQL queries in TagManager.update_tags  
  183 ---- New ---- ---- ----   Tagging saving the python syntax  
  184 ---- New ---- ---- ----   edit_string_for_tags handles a single multiword tag incorrectly  
  185 ---- New ---- ---- ----   with_all produces wrong results if queried for non-existing tag (by string)  
  186 Enhancement New ---- ---- ----   Add setting to force comma delineation  
  187 ---- New ---- ---- ----   TaggedItems.objects.get_by_model(Model, 'few tags') results in OperationalError: too many SQL variables (SQLite)  
  188 ---- New ---- ---- ----   handling Japanese punctuation  
  189 Enhancement New ---- ---- ----   TagSelectField (using FilteredSelectMultiple)  
  190 ---- New ---- ---- ----   move managers import from module to function level in top level module  
  191 ---- New ---- ---- ----   update_tag does not work with Oracle  
  192 ---- New ---- ---- ----   get_intersection_by_model ignores tags that do not exist in the db.  
  194 ---- New ---- ---- ----   `usage_for_queryset` and `with_all` don't play nice.  
  196 ---- New ---- ---- ----   Sitemap for django-tagging  
  197 ---- New ---- ---- ----   list_filter on TagField  
  198 ---- New ---- ---- ----   add_tag() does not support tags with spaces properly  
  199 Enhancement New ---- ---- ----   Suggested util method: calculate_cloud_from_models  
  200 ---- New ---- ---- ----   Using tags as a filter in the admin  
  201 ---- New ---- ---- ----   utils.calculate_cloud crashes  
  202 ---- New ---- ---- ----   calculate_cloud fails sometimes on mysql  
  204 Enhancement New ---- ---- ----   Cloud and Related for ALL models  
  207 ---- New ---- ---- ----   Tags.object.usage_for_queryset(qset) has 2 MAJOR problems. (As in must workaround or site will die problems)  
CSV
  
Hosted by Google Code