Message from discussion
Reverse URL lookup implementation
Received: by 10.11.53.59 with SMTP id b59mr2915927cwa;
Thu, 06 Apr 2006 13:38:34 -0700 (PDT)
Return-Path: <Man...@softwaremaniacs.org>
Received: from muan.mtu.ru (muan.mtu.ru [195.34.34.229])
by mx.googlegroups.com with ESMTP id v23si1073631cwb.2006.04.06.13.38.33;
Thu, 06 Apr 2006 13:38:34 -0700 (PDT)
Received-SPF: neutral (googlegroups.com: 195.34.34.229 is neither permitted nor denied by best guess record for domain of Man...@softwaremaniacs.org)
Received: from [192.168.0.3] (unknown [83.237.149.152])
by smtp.MTU.RU (Postfix) with ESMTP id B61239496;
Fri, 7 Apr 2006 00:38:30 +0400 (MSD)
(envelope-from Man...@SoftwareManiacs.Org)
Message-ID: <44357C53.5030404@SoftwareManiacs.Org>
Date: Fri, 07 Apr 2006 00:38:43 +0400
From: Ivan Sagalaev <Man...@SoftwareManiacs.Org>
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: django-developers@googlegroups.com
Subject: Re: Reverse URL lookup implementation
References: <6464bab0604061324x7ca66a0foa9557418a638ab95@mail.gmail.com>
In-Reply-To: <6464bab0604061324x7ca66a0foa9557418a638ab95@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
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...