akonsu wrote:
> yes, it is an innovative feature. i think it is difficult to implement
> right. the general problem in my understanding is to be able to
> generate a regex that accepts a (partial) input string. then, to
> compare the generated regex with the list in the urls module. this
> involves programming language theory that deals with finite automata.
> from the bugs that I see in this code it seems that it does not rely
> on this theory but rather attempts to manipulate regular expressions
> as strings.

The patch on #2977 contains a rewrite of the reverse resolver. Ain't sure it
relies on "finite automata", but you might want to to check it out. It works
great for me.

Regards

--
  Olivier


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to