Hi all,

I finally had some more time to continue on the WIP implementation of 
DEP201, and spent it on getting two missing items working:

* Showing the supplied argument to `path` in the technical 404 page.
* Making `path` work with "lazy" (think `ugettext_lazy`) arguments.

I also (finally) reserved a dedicated test-folder `urlpatterns` for some 
(as of now 1) tests.

However, in doing so I "had" to get rid of a minor performance 
optimisation: the caching of `.regex` using LocaleRegexDescriptor, so there 
might be a performance drawback in case one does not use the 
lazy/translateable URLs. I'm not sure if this performance drawback is going 
to be significant enough to actually be bothered by it.

Another issue that I now have is that if one does not use the `reverse` 
functionality, the needed parts are now prepared (whereas before, loading 
this was delayed until the first call to `reverse`).

If possible, I would really appreciate it if somebody could do a brief 
review of the code to check if it's not getting "too bad".

During the upcoming week I hope to complete the set of test-cases and have 
the code functioning. How should I proceed from there?

Kind regards,
Sjoerd Job Postmus

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/220dbc21-fcae-41f7-9ce5-f57176ad8420%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to