#16463: comment_form_target throws "Could not import
django.contrib.syndication.views.feed" error, no such reference to feed
found
--------------------------------------+----------------------------------
               Reporter:  jasper@…    |          Owner:  nobody
                   Type:  Bug         |         Status:  closed
              Milestone:              |      Component:  contrib.comments
                Version:  SVN         |       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 Jasper Kennis <jasper@…>):

 * status:  new => closed
 * needs_docs:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 I found that there was a typo in my code;
 django.contrib.syndication.views.feed should have been
 django.contrib.syndication.views.Feed. However, I got this code from an
 svn source I have access to, from an existing site I'll be going to manage
 soon. I'm running svn, while the server the site is on currently runs
 django v1.2.something, on the same code, with .feed instead of .Feed.
 Shouldn't there be some kind of deprecation warning here too?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16463#comment:1>
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 this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to