On Jul 27, 5:09 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > It sounds like you are saying then that the base.py change results in > what I refer to as the desirable behaviour for urls.py.
Exactly. That change ensures that the url (forward) resolver doesn't need to worry about SCRIPT_NAME (if it's provided, which for mod_python it isn't so no change there). The only consideration I see that needs addressing is reverse resolving (see my previous comment). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
