#4594: django.core.urlresolvers.reverse_helper doesn't unescape characters that
are escaped in URL regexes
-------------------------------------------------+--------------------------
   Reporter:  Todd O'Bryan <[EMAIL PROTECTED]>  |                Owner:  jacob  
      
     Status:  closed                             |            Component:  
Uncategorized
    Version:  SVN                                |           Resolution:  
duplicate    
   Keywords:  url reverse escape                 |                Stage:  
Unreviewed   
  Has_patch:  1                                  |           Needs_docs:  0     
       
Needs_tests:  0                                  |   Needs_better_patch:  0     
       
-------------------------------------------------+--------------------------
Changes (by SmileyChris):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 I'm closing as a dupe. All the functionality is now contained in my patch
 in #2977. Although it would be nice to split this ticket into multiple
 features, this is happening inside of the new tokenizer so there's nowhere
 to "split" it to.
 
 In particular, this specific escaping feature should be happening only
 inside of regular expression sections of the reverse lookup, not the whole
 output like this patch does (and my previous one did).

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