#7571: named groups in the regexes of include() urls break reverse()
------------------------------+------------------------------------
     Reporter:  trevor        |                    Owner:  afuna
         Type:  Bug           |                   Status:  closed
    Component:  Core (Other)  |                  Version:  master
     Severity:  Normal        |               Resolution:  fixed
     Keywords:                |             Triage Stage:  Accepted
    Has patch:  0             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+------------------------------------
Changes (by Baptiste Mispelon <bmispelon@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"5d568bcfa66916e3de61e0090c724c899debd981"]:
 {{{
 #!CommitTicketReference repository=""
 revision="5d568bcfa66916e3de61e0090c724c899debd981"
 Fixed #7571 -- Fixed parameter matching in include()'d urlpattern

 Fixed URL resolving in the case where an outer regex includes an inner
 regex and both regexes use positional parameters instead of named
 groups, causing the outer regex's parameters to override the inner
 regex's.

 Modified the regex url resolver so that it will concatenates and then
 normalizes, instead of normalizing and then concatenating.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/7571#comment:14>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.81b764f77274091f575ba6a18d800537%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to