I extended django.utils.feedgenerator.Atom1Feed for my own needs and
am trying to write some tests for it. It works fine from rusnserver
and mod_wsgi.

Basically, when feeds are accessed from the testrunner I'm running
into these problems:

1) The item_title() and item_description() methods are never called,
but item_pubdate, item_link, etc are.

2) If I have no feed_title.html or feed_description.html templates
then both <title> and <summary> will just be "Whatever object at
0xWHATEVER".

3) If I do have a feed_title.html and feed_description.html then
<title> will not even exist and <summary> will be blank.

What am I doing wrong?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to