#16391: New URL tag for reversing urls with placeholder args/kwargs
--------------------------------+-----------------------------------------
     Reporter:  h.a.clifford@…  |                    Owner:  nobody
         Type:  New feature     |                   Status:  new
    Component:  Core (Other)    |                  Version:  1.3
     Severity:  Normal          |               Resolution:
     Keywords:                  |             Triage Stage:  Someday/Maybe
    Has patch:  0               |      Needs documentation:  0
  Needs tests:  0               |  Patch needs improvement:  0
Easy pickings:  0               |                    UI/UX:  0
--------------------------------+-----------------------------------------
Changes (by mitar):

 * cc: mmitar@… (added)


Comment:

 Without the support in `reverse` which would allow caller to skip regex
 check (but the default would of course still be to check it) it would be
 hard to implement such a tag (which I am also missing) without duplicating
 code (and thus breaking the DRY principle).

 +1 for at least support for `reverse` to have an argument to skip regex
 check. Then tag is simple to implement.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16391#comment:6>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to