#13334: Importing template tags from an egg fails -----------------------------+---------------------------------------------- Reporter: joerg86 | Owner: nobody Status: new | Milestone: 1.2 Component: Template system | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | -----------------------------+---------------------------------------------- Hi,
it seems that from r12944, django cannot deal with template tags and filters imported from egg files. I ran into this as I tried to use sorl- thumbnail 3.2.5 - django gives me a template syntax error saying the "thumbnail" template tag couldn't be found in sorl.thumbnail.templatetags.thumbnail and others. If I put the same module uncompressed in my pythonpath, everything works. Thanks for fixing it, Jörg -- Ticket URL: <http://code.djangoproject.com/ticket/13334> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
