#11081: Page rendering fails after upgrading to r10703
-------------------------------------+--------------------------------------
          Reporter:  awatts          |         Owner:  nobody              
            Status:  new             |     Milestone:                      
         Component:  Core framework  |       Version:  1.0                 
        Resolution:                  |      Keywords:  getdefaultlocale mac
             Stage:  Unreviewed      |     Has_patch:  0                   
        Needs_docs:  0               |   Needs_tests:  0                   
Needs_better_patch:  0               |  
-------------------------------------+--------------------------------------
Changes (by awatts):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 I just noticed that after that traceback there's a 2nd one:
 {{{
 #!python
 Original Traceback (most recent call last):
   File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
 /site-packages/django/template/debug.py", line 71, in render_node
     result = node.render(context)
   File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
 /site-packages/django/template/debug.py", line 87, in render
     output = force_unicode(self.filter_expression.resolve(context))
   File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
 /site-packages/django/template/__init__.py", line 572, in resolve
     new_obj = func(obj, *arg_vals)
   File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
 /site-packages/django/template/defaultfilters.py", line 681, in date
     from django.utils.dateformat import format
   File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
 /site-packages/django/utils/dateformat.py", line 18, in <module>
     from django.utils.tzinfo import LocalTimezone
   File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
 /site-packages/django/utils/tzinfo.py", line 5, in <module>
     from django.utils.encoding import smart_unicode, smart_str,
 DEFAULT_LOCALE_ENCODING
 ImportError: cannot import name DEFAULT_LOCALE_ENCODING
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11081#comment:1>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to