Re: Rethinking silent failures in templates

2008-05-14 Thread John Lenton
;s a problem > at all. > > Thus I'm hugely +1 on this no-silent-failures bit, whether optional or > not. I'm very much on the +1 to no silent failures ever side, but one thing that makes it work in ZPT is the |nothing thingie, that allows you to explicitly ask for silence when need

Re: utils.text.wrap is O(n^2)

2006-12-15 Thread John Lenton
speed and memory? (I expect it to use about half as much memory, due to not copying the full string, but the speed hit might be too big to make it worthwhile) (why doesn't str have a splititer already? :) -- John Lenton ([EMAIL PROTECTED]) -- Random fortune: The trouble with a lot of self-m

Re: Suggestion: Aggregate/Grouping/Calculated methods in Django ORM

2006-12-05 Thread John Lenton
he aggregated fields > plus the fields you were grouping by and if you were grouping by a > relation field, it would magically work like any other model relation. that sounds way too magic for my taste :) -- John Lenton ([EMAIL PROTECTED]) -- Random fortune: The trouble with a lot of self-ma