Re: Reverse URL lookup implementation
Ivan Sagalaev <man...@softwaremaniacs.org>
Adrian Holovaty wrote:
>Ideally there'd be a template-tag interface to this. Something like:
> {% link 'path.to.month_view' 2005 'apr' %}
> {% link 'path.to.person_view' state='il' name='adrian' %}
It's unbelievable :-). I was thinking about it just 15 minutes ago but
only with 'url' instead of 'link' :-). And without that much details...