#15368: Regression in Context
-------------------------------------------+--------------------------------
               Reporter:  cyberdelia       |         Owner:  SmileyChris       
                 Status:  new              |     Milestone:  1.3               
              Component:  Template system  |       Version:  1.2               
             Resolution:                   |      Keywords:  blocker regression
           Triage Stage:  Accepted         |     Has patch:  0                 
    Needs documentation:  0                |   Needs tests:  0                 
Patch needs improvement:  0                |  
-------------------------------------------+--------------------------------

Comment (by SmileyChris):

 Actually, I've fixed the use_l10n part of this in r15618.

 I'll leave this ticket open to track the issue of copying the context. The
 issue is that we need to make a new instance of `RequestContext`, but
 don't have any reference to `request` at that time so I faked it with a
 bare `HttpRequest` (and the problems around this is what I was saying I
 thought about earlier).

 I'm thinking that perhaps I could change `RequestContext` to allow for a
 request of `None` which simply skips the running of the context processors
 during instantiation.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15368#comment:5>
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