> > Is this an actual issue? You realize that there's no difference between > /doc/ and http://example.com/doc/ if the current server is > http://example.com/? >
+1 I'd like to see the use-case where having absolute URLs everywhere is actually necessary. It's not hard to do in certain places where you might actually need it. The only place I see needing absolute URLs is when going from HTTP to HTTPs and for printing out links that people may copy and paste. Even in the former case, a permanent-redirect is better. -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

