thanks Karen, it works as you said.

On Jan 3, 11:42 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Jan 2, 2008 10:34 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
> > i use {% load tagging.templatetags.tagging_tags %}, it work right on
> > the previous svn django.
>
> > last night i updated django to the latest svn, and got this error:
>
> > '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
>
> > i found this issue metion here:
>
> >http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Templ...
>
> > but i cannot find the way how to change {% load
> > tagging.templatetags.tagging_tags %} to the right way.
>
> > can someone help me, thanks!
>
> The note you point to says "Previously, anything before the final dot was
> ignored."  Therefore I would think what you need to do to make it work now
> is remove everything that used to be ignored:
>
> {% load tagging_tags %}
>
> Does that not work?
>
> Karen- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to