#13842: XViewMiddleware fails with django.contrib.syndication.views.Feed
-------------------------------------+-------------------------------------
     Reporter:  ch0wn                |                    Owner:  mk
         Type:  Bug                  |                   Status:  closed
    Component:  Core (Other)         |                  Version:  master
     Severity:  Normal               |               Resolution:  fixed
     Keywords:  middleware class-    |             Triage Stage:  Accepted
  based-views                        |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by timgraham):

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


Comment:

 I think the failure was caused by old style classes in Python 2.5. Seems
 to work based on this test:
 {{{#!python
 >>> from django.contrib.syndication.views import Feed
 >>> Feed = view_func
 >>> view_func.__module__, view_func.__name__
 ('django.contrib.syndication.views', 'Feed')
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/13842#comment:11>
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/063.d6027205f5ecbffebfe8c867982f38ba%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to