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?