django-subdomains icon indicating copy to clipboard operation
django-subdomains copied to clipboard

Add support for reverse_lazy

Open rclark72 opened this issue 10 years ago • 1 comments

Right now, django-subdomains only support reverse(). I would like the ability to lazily reverse subdomain urls.

https://docs.djangoproject.com/en/1.7/ref/urlresolvers/#reverse-lazy

rclark72 avatar Oct 22 '14 21:10 rclark72

@lojack as a workaround you can implement subdomains_reverse_lazy in the same way that Django implements reverse_lazy using django.utils.functional.lazy

squamous avatar Oct 15 '15 06:10 squamous