#3417: Admin interface template tags expect ADMIN_MEDIA_PREFIX to be a complete URL. ---------------------------------------+------------------------------------ Reporter: [EMAIL PROTECTED] | Owner: adrian Status: new | Component: Admin interface Version: 0.95 | Keywords: Stage: Unreviewed | Has_patch: 1 ---------------------------------------+------------------------------------ The template tags for django.contrib.admin, when correcting the relative urls for static data, either expect settings.ADMIN_MEDIA_PREFIX to be a complete URL instead of prepending it with settings.MEDIA_URL. I've created a patch affecting admin_list.py, admin_modify.py, and adminmedia.py. Two things I'm not certain of, the affects the patch has on the adhoc javascript function SelectFilter in admin_modify.py, and also how it affects the functionality of having the development server serve static data.
-- Ticket URL: <http://code.djangoproject.com/ticket/3417> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
