#19930: Upgrading to Django v1.5 breaks django.core.urlresolvers.reverse()
-----------------------------+--------------------------------------
     Reporter:  HakTom       |                    Owner:  nobody
         Type:  Bug          |                   Status:  closed
    Component:  Core (URLs)  |                  Version:  1.5-rc-1
     Severity:  Normal       |               Resolution:  worksforme
     Keywords:               |             Triage Stage:  Unreviewed
    Has patch:  0            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+--------------------------------------

Comment (by HakTom):

 in my specific case: function-based generic views have been deprecated in
 favor of a class-based approach
 so i had to replace my redirect_to methods in url.py with
 RedirectView.as_view()
 https://docs.djangoproject.com/en/1.5/ref/class-based-
 views/base/#redirectview

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19930#comment:4>
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to