Re: Filter to get dict value by key name

2008-10-28 Thread Russell Keith-Magee
On Tue, Oct 28, 2008 at 11:00 PM, Ilya Novoselov <[EMAIL PROTECTED]> wrote: > > There was a ticket http://code.djangoproject.com/ticket/3371, > concerning adding builtin filter to get dict value by key name. > > Jacob set resolution to wontfix, explaining that this filter wou

Filter to get dict value by key name

2008-10-28 Thread Ilya Novoselov
There was a ticket http://code.djangoproject.com/ticket/3371, concerning adding builtin filter to get dict value by key name. Jacob set resolution to wontfix, explaining that this filter would be out of django builtin template engine scope. But what's that scope then? I don't think