Message from discussion
Reverse URL lookup implementation
Received: by 10.11.53.63 with SMTP id b63mr2709425cwa;
Thu, 06 Apr 2006 13:40:42 -0700 (PDT)
Return-Path: <ja...@jacobian.org>
Received: from eris.sunflowerbroadband.com (lists.sunflowerbroadband.com [24.124.4.61])
by mx.googlegroups.com with ESMTP id v23si1074442cwb.2006.04.06.13.40.41;
Thu, 06 Apr 2006 13:40:42 -0700 (PDT)
Received-SPF: neutral (googlegroups.com: 24.124.4.61 is neither permitted nor denied by best guess record for domain of ja...@jacobian.org)
Received: from [192.168.29.46] (gozur.sunflowerbroadband.com [24.124.4.220])
by eris.sunflowerbroadband.com (8.13.1/8.13.1) with ESMTP id k36Keer5015309
for <django-developers@googlegroups.com>; Thu, 6 Apr 2006 15:40:40 -0500
Mime-Version: 1.0 (Apple Message framework v749.3)
In-Reply-To: <6464bab0604061324x7ca66a0foa9557418a638ab95@mail.gmail.com>
References: <6464bab0604061324x7ca66a0foa9557418a638ab95@mail.gmail.com>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <B2F5F0CB-C784-4E12-9F72-1E5FED8840C2@jacobian.org>
Content-Transfer-Encoding: 7bit
From: Jacob Kaplan-Moss <ja...@jacobian.org>
Subject: Re: Reverse URL lookup implementation
Date: Thu, 6 Apr 2006 15:40:40 -0500
To: django-developers@googlegroups.com
X-Mailer: Apple Mail (2.749.3)
On Apr 6, 2006, at 3:24 PM, Adrian Holovaty wrote:
> On the plane from London to Chicago yesterday, I implemented something
> that's been discussed on this list lately -- "reverse" URL creation.
Wow.
This is frickin' amazing, Adrian; it's exactly what I kept trying to
come up with and couldn't think all the way through.
/me has another "I wish I'd thought of that" moment... :)
Jacob