#10333: Syndication framework calls context processors twice per item
---------------------------+------------------------------------------------
 Reporter:  IanLewis       |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  RSS framework  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  1              |  
---------------------------+------------------------------------------------
 The syndication framework renders title and description of items from a
 template which causes context_processors to be called twice per item in
 the feed. Even when a template is not specified the syndication framework
 renders a simple template "{{ obj }}" which calls context_processors
 needlessly.

 A patch is attached that calls force_unicode on the item to obtain the
 title and description when a template for the title or description is not
 provided.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10333>
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