> But my admin site *is* accessed through https.
> The "View on site" button links to a URL like https://[...]/admin/r/11/1/,
> but when I click on it, it redirects to http://[...]/[get_absolute_url()
> output]

I'd guess that it ends up at
http://code.djangoproject.org/browser/django/trunk/django/views/defaults.py#
L64 in shortcut(), which always uses http://.

Chris




--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to