Re: django.template refactoring (again) #7806

2009-09-29 Thread Johannes Dollinger
Am 29.09.2009 um 04:07 schrieb Russell Keith-Magee: > > On Tue, Sep 29, 2009 at 12:44 AM, Johannes Dollinger > wrote: >> Variable and FilterExpression will be deprecated as they require the caller to know the length of the expression in

Re: django.template refactoring (again) #7806

2009-09-28 Thread Russell Keith-Magee
On Tue, Sep 29, 2009 at 12:44 AM, Johannes Dollinger wrote: > >>> Variable and FilterExpression will be deprecated as they require the >>> caller to know the length of the expression in advance. >> >> I'm not sure I follow this assertion. I have no problem

Re: django.template refactoring (again) #7806

2009-09-28 Thread Johannes Dollinger
>> Variable and FilterExpression will be deprecated as they require the >> caller to know the length of the expression in advance. > > I'm not sure I follow this assertion. I have no problem believing > FilterExpression can be made cleaner, but Variable takes an expression > like

Re: django.template refactoring (again) #7806

2009-09-28 Thread Russell Keith-Magee
On Fri, Aug 28, 2009 at 9:41 PM, Johannes Dollinger wrote: > > The proposal and motivation are essentially the same as in the last > thread [1] and the ticket description [2]. I put it on the 1.2 feature > list. > I tried to split my patch into smaller, more

Re: django.template refactoring (again) #7806

2009-09-26 Thread Russell Keith-Magee
2009/9/26 Аркадий Левин : > > Pong. OK - that is rude and complety uncalled for. Johannes has gone to a lot of effort to make a complex proposal; if you aren't going to contribute back in kind, I would kindly ask you to keep your comments to yourself. Johannes - I apologize

Re: django.template refactoring (again) #7806

2009-09-26 Thread Аркадий Левин
Pong. On Sat, Sep 26, 2009 at 2:36 AM, Johannes Dollinger wrote: > > Ping. Anyone? > > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post

Re: django.template refactoring (again) #7806

2009-09-25 Thread Johannes Dollinger
Ping. Anyone? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to

Re: django.template refactoring (again) #7806

2009-09-07 Thread Johannes Dollinger
django.template.defaulttags, django.template.loader_tags, django.templatetags.i18n, django.templatetags.cache, django.contrib.comments are now converted. All tests pass. Mostly unmodified: -# Basic filter usage with space between a variable and filter pipe -

django.template refactoring (again) #7806

2009-08-28 Thread Johannes Dollinger
The proposal and motivation are essentially the same as in the last thread [1] and the ticket description [2]. I put it on the 1.2 feature list. I tried to split my patch into smaller, more readable commits here: http://github.com/emulbreh/django/tree/master I haven't converted defaulttags,