So last night I checked in changeset 6391, and this morning it hit me that this breaks things for anyone using the admin application at more than one URL since the url tag cannot handle cases where multiple instances of an application are being used. This may not be as big an issue for the current trunk since having multiple instances of the admin application doesn't make too much sense, but it is one of the features touted for newforms-admin.
On the plus side, the change removes quite a bit of duplication in the templates. This means there are less templates to override if you wanted to customize the user links. It also address the issue that the ticket owner was having that the relative links break if you have custom admin pages at different URL depths than the templates being overridden. I just wanted to see what others feel about 6391. I think the real issue here is that Django currently has some deficiencies running multiple instances of an application (and I plan on bringing them up as a separate thread on the list), but the relative links that were is place before 6391 did work in multiple instances as long as you didn't customize too much. Does 6391 break anybody's setup? Gary --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
