Re: Reversed url lookup: would be nice to return more than the resulting url.

2006-08-29 Thread Norjee
Just in case someone is needing something like this too, i created a patch: http://code.djangoproject.com/ticket/2615 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group,

[Sug] Reversed url lookup: would be nice to return more than the resulting url.

2006-08-26 Thread Norjee
Apparently in the current trunk reversed urllookup is sort of working. After toying with it a little bit I found an issue: The main method, reverse, only returns the resulting matched url. Not the rule (the regex and extra arguments) it matched. There is no reliable way of knowing which (kw)args