#3402: Enable the 'stem' part of the matched URL to be passed to the view
-----------------------+----------------------------------------------------
Reporter:  medhat      |       Owner:  adrian        
  Status:  new         |   Component:  Core framework
 Version:  SVN         |    Keywords:                
   Stage:  Unreviewed  |   Has_patch:  1             
-----------------------+----------------------------------------------------
 Currently, when django is doing url matching, and it reaches a point where
 the urls.py file is including another urls.py, it will discard the part
 that was mathced so far, and then begin matching inside the included
 urls.py. This patch will enable passing that discarded part (here called
 stem) to the view that will be eventually called.
 
 This will be useful in the case where one view is called by many url
 patterns from many urls.py files. It will enable the view to know where it
 was called from.
 
 This patch is fully backwards compatible.

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