django-taggit-templatetags
django-taggit-templatetags copied to clipboard
why include_tagcloud return only a part of tags?
{% get_taglist as tags for 'stories.Story' %}
{% for tag in tags %}
{{tag}}
{% endfor %}
all tags ~100
{% include_tagcloud 'stories.Story' %}
10 tags O.o