On 6/13/06, Bryan Murdock <[EMAIL PROTECTED]> wrote:
> So are those the MIME types that django is returning for rss feeds (in
> other words, how do I find out what MIME type django is using for
> these)?  In that case and from what you are saying, firefox is doing
> the correct thing in asking me where to save the file instead of just
> displaying it?

Yes and yes.

To find out the MIME-type Django is using, either look at the
Content-Type header it returns, or look at the feed-generating code,
which generates HttpResponses with those MIME-types.


-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to