Hello,

I have a small web site that was running happily with django r15883
that I updated March 21st.

Yesterday I upgraded to the latest version (r16025) and then I'm
getting an error that 505s my site:

Error importing template source loader
django.template.loaders.filesystem.load_template_source: "'module'
object has no attribute 'load_template_source'"

at /usr/lib/python2.6/dist-packages/django/template/loader.py in
find_template_loader, line 101

I couldn't find anything related to this in my web searches including
http://code.djangoproject.com.

I'm running Apache 2.2 on Ubuntu 10.10, everything pretty updated.

I just rolled back to the previous version, but just leaving this
here, I'm not even sure this is the right place.

I checked the changes done between the two versions with  svn log -r
{2011-03-20}:{2011-04-12} and these two commits are what they look as
possible candidates for this issue:

Advanced deprecations in django.template.
------------------------------------------------------------------------
r15986 | russellm | 2011-04-02 04:41:26 -0400 (Sat, 02 Apr 2011) | 1
line

Removed support code for deprecated module-based template loaders from
debug view postmortem.
------------------------------------------------------------------------
r16004 | ramiro | 2011-04-02 15:03:11 -0400 (Sat, 02 Apr 2011) | 1
line


Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to