thanks James, i found many changes in this file. it is very useful to
newbies.
here is from djangoproject.org:
Previously, anything before the final dot was ignored. If you were
using this for any decorative purpose (at least one package was, it
turns out), you have to remove any unwanted prefix.
As always, your questions are answered by the well-maintained list of
backwards-incompatible changes:
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
Specifically, you want to read this:
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Templatetagloadingrespectsdo
1. the error is :
TemplateSyntaxError at /groups/
'tagging.templatetags.tagging_tags' is not a valid tag library: Could
not load template library from
django.templatetags.tagging.templatetags.tagging_tags, No module named
tagging.templatetags.tagging_tags
the tagging is under c:\python25\lib\ a
3 matches
Mail list logo