Hi all Someone just asked on users@ "How do I reverse a URL inside settings.py". I gave a solution (eventually; got it wrong the first time!) using two functions from django.utils.functional, lazy() and memoize().
Neither of these two functions are documented. and so aren't part of the API - really I shouldn't have been suggesting them. Is this deliberate? They seem perfectly useful and correct implementations of lazy() and memoize(), and for places like this, very useful. If it is not deliberate, I can whip up some documentation so that they can become blessèd parts of the API. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
