#5013: Django Middleware documentation for process_request
-----------------------------------+----------------------------------------
Reporter:  [EMAIL PROTECTED]  |       Owner:  jacob                     
  Status:  new                     |   Component:  Documentation             
 Version:  SVN                     |    Keywords:  process_request middleware
   Stage:  Unreviewed              |   Has_patch:  0                         
-----------------------------------+----------------------------------------
 The documentation states: "If it returns an HttpResponse object, Django
 won't bother calling ANY other middleware or the appropriate view; it'll
 return that HttpResponse.", but this is only true for any request, view,
 or exception middleware method.  The remaining response middleware methods
 are still executed on the returned HttpResponse object.

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