I'm creating an RSS feed that contains application links for URLs, but Django is prepending the domain name to any link that doesn't begin with *http*. So, links that should be *appname://* are being generated as *http://domain.comappname...*
How do I prevent Django from trying to correct links that are designed to be generated as-is? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a22f7c21-afd1-4272-ac85-08a8e2d8cf8f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

