#17914: reverse() does not support namespaced view references
-------------------------------------+-------------------------------------
     Reporter:  Bradley Ayers        |                    Owner:  nobody
  <bradley.ayers@…>                  |                   Status:  new
         Type:  Bug                  |                  Version:  master
    Component:  Core (URLs)          |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:                       |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  1
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by mtredinnick):

 Doing a quick scan of URL reversing during a sprint, the last git code
 looks reasonable. Not ready to commit yet -- I haven't fully digested it,
 but my intuition is that it's the right kind of thing.

 Except(!) that using function objects in reverse() situations is kind of a
 "don't do that" kind of situation. We permitted it initially for smooth
 integration, but it's kind of a lucky happenstance. My point being, that a
 patch of this size is a reasonable to fix this ticket. If it grows to
 twice this size, we should maybe just add a "don't do that" note to the
 documentation -- the extra complexity isn't worth it.

 For now, charge ahead!

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17914#comment:7>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to