Re: Handling admin media paths in the transition from 1.3 to 1.4

2011-10-04 Thread Aramgutang
> I think that's not a dilemma at all, Django 1.3 requires setting > ADMIN_MEDIA_PREFIX to an appropriate value as before. No, that's exactly why this is a problem. Django 1.3 doesn't require setting ADMIN_MEDIA_PREFIX in the local settings, because it has a default value that works for most users

Re: Handling admin media paths in the transition from 1.3 to 1.4

2011-10-04 Thread Jannis Leidel
Aramgutang, > Currently, it is unclear as to how apps that override admin templates > should maintain compatibility with both 1.3 and 1.4 when referring to > the admin media file URLs in the overridden templates. This applies > primarily to third-party apps like django-admin-tools, that want to >

Handling admin media paths in the transition from 1.3 to 1.4

2011-10-03 Thread Aramgutang
Initially posted this to django-users, having completely forgotten about the existence of django-dev. Sorry about that. Currently, it is unclear as to how apps that override admin templates should maintain compatibility with both 1.3 and 1.4 when referring to the admin media file URLs in the overr