From 0a72fccb975aed306dcd6318dfb4aaee7e8680f6 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 24 Sep 2012 17:38:00 -0400 Subject: [PATCH] Add tags app registry description --- apps/tags/registry.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/tags/registry.py b/apps/tags/registry.py index c7e26d7ee5..339470b334 100644 --- a/apps/tags/registry.py +++ b/apps/tags/registry.py @@ -5,6 +5,8 @@ from django.utils.translation import ugettext_lazy as _ from .icons import icon_tag_list label = _(u'Tagging') -#description = _(u'Central place to store and display app statistics.') +description = _(u'Handles document tagging.') dependencies = ['app_registry', 'icons', 'navigation'] icon = icon_tag_list +#bootstrap_models = ['taggit.tag', 'tagproperties'] +#TODO: Disabled until a solution for natural keys for Tags is found