Re: url tag and reverse()

2008-02-01 Thread Dj Gilcrease
On Feb 1, 2008 12:17 AM, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: > Strange, I had thought that wasn't working, but I guess it must be. So > with that change this gets the right URL: > reverse('entry', > kwargs={'translatorName':'johndoe','entryName':'blogentry'}) > > But trying to use the entry

Re: url tag and reverse()

2008-02-01 Thread Eric Abrahamsen
> Have you tried this: > (?Pjohndoe|janedoe) Strange, I had thought that wasn't working, but I guess it must be. So with that change this gets the right URL: reverse('entry', kwargs={'translatorName':'johndoe','entryName':'blogentry'}) But trying to use the entry view, which requires two argumen

Re: url tag and reverse()

2008-01-31 Thread Thomas Guettler
Am Freitag, 1. Februar 2008 06:53 schrieb Eric Abrahamsen: > This is kind of an extension of an earlier (mostly unresolved) issue I > had brought up here: > http://groups.google.com/group/django-users/browse_thread/thread/63beb7566d >c352a8/1e6e137f5b5a434a > > Here's my current url conf (I've com