#12018: Use "RequestContext" instead of "Context" for comments moderation email
----------------------------------------------+-----------------------------
          Reporter:  yourcelf                 |         Owner:  nobody
            Status:  new                      |     Milestone:        
         Component:  django.contrib.comments  |       Version:  1.1   
        Resolution:                           |      Keywords:        
             Stage:  Design decision needed   |     Has_patch:  1     
        Needs_docs:  0                        |   Needs_tests:  1     
Needs_better_patch:  0                        |  
----------------------------------------------+-----------------------------
Comment (by yourcelf):

 Agreed -- 'extra_context' would be useful; but both would be better.
 !RequestContext allows the context processors defined in settings.py to
 contribute to the context (including MEDIA_URL, etc); thus one could get
 extra context by adding additional context processors (at the expense of
 these appearing for other requests as well).  'extra_context' would allow
 additional parameters beyond that, or specific parameters for this case.

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

Reply via email to