Re: Revisiting multiline tags

2014-04-03 Thread dude
): > Hmm, that does seem like a great idea! > > > On Thu, Apr 3, 2014 at 10:17 AM, dude wrote: > Very good idea i think! > > Many people love format source codes to be beauty. But they can’t because > django templates does’t support multiline tags. > > >

Re: Revisiting multiline tags

2014-04-03 Thread dude
Very good idea i think! Many people love format source codes to be beauty. But they can’t because django templates does’t support multiline tags. 03 апр. 2014 г., в 21:13, Daniele Procida написал(а): > On Thu, Apr 3, 2014, Carl wrote: > >> As someone said earlier in the thread, making Pytho

Re: Add support for get_or_none?

2014-03-13 Thread dude
+1, cool idea! everybody write a lot of code for try/except block. this feature can help shorten code. 14 марта 2014 г., в 4:34, Josh Smeaton написал(а): > +1 on get_or_none. It seems to be a pattern that comes up quite a lot in user > code, and I know I've had use for it lots of times. Cal,