#32402: django.urls resolve does not resolve typed paths, like <int:pk>
-----------------------------+--------------------------------------
     Reporter:  HM           |                    Owner:  nobody
         Type:  Bug          |                   Status:  closed
    Component:  Core (URLs)  |                  Version:  3.1
     Severity:  Normal       |               Resolution:  invalid
     Keywords:               |             Triage Stage:  Unreviewed
    Has patch:  0            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+--------------------------------------
Changes (by Mariusz Felisiak):

 * status:  new => closed
 * resolution:   => invalid
 * component:  Uncategorized => Core (URLs)


Comment:

 `resolve()` can be used for resolving URL path not for resolving URL
 patterns, e.g. `resolve('/6/')` works as expected, see
 [https://docs.djangoproject.com/en/dev/ref/urlresolvers/#resolve docs].

 Please don't use Trac as a support channel. Closing per
 TicketClosingReasons/UseSupportChannels.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32402#comment:2>
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/060.e3c32990889893c5432592e2dd79c53c%40djangoproject.com.

Reply via email to