On 17 sep, 02:14, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2008-09-15 at 14:10 -0700, Ken Arnold wrote: > > I previously brought up a URL resolution refactoring (http:// > > groups.google.com/group/django-developers/browse_thread/thread/ > > e16bcd24f9e27062/a84b8e58fe2e7786), and was wisely told to hold off on > > it. I thought this might be a good time to bring it up again. > [...] > You can already put any object you like that has a resolve() method into > urlpatterns(). That object can see every single pattern that passes > through if it is matched for the pattern ''. We have to *some* kind of > root object and it happens to be RegexURLResolver.
On that vein, would it be possible to add a hook to customize the root object class? The usecase would be my localeurl application [1], that currently needs to monkey-patch the reverse function (which I consider to be a bug). Regards, Joost [1] http://code.google.com/p/django-localeurl/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---