shell command breaking custom (PYTHONSTARTUP) autocomplete

2011-07-04 Thread bruno desthuilliers
Hi everyone and first thanks for the fine framework (getting finer everyday). So well, possibly not something very important, but it's been 2 years now since I first filled a ticket, and while it seems an easy fix, nothing happened so far. Any chance this will make it into the trunk someday ? htt

Re: context-updating templatetags and ExtendsNode - some feedback ?

2008-10-03 Thread bruno desthuilliers
On 3 oct, 02:50, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Wed, 2008-10-01 at 05:26 -0700, bruno desthuilliers wrote: > > Hi everybody, and first thanks to everyone involved in Django's > > developpement. > > > I recently discovered that when extendin

Re: Python 2.6 abstract base classes

2008-10-02 Thread bruno desthuilliers
On 2 oct, 16:36, "Ben Ford" <[EMAIL PROTECTED]> wrote: > Named tuples looked like good juju in Raymond Hettinger's talk at pyconuk > too! not sure if they're in 2.6 or 3.0 though They are in 2.6 --~--~-~--~~~---~--~~ You received this message because you are subscr

context-updating templatetags and ExtendsNode - some feedback ?

2008-10-01 Thread bruno desthuilliers
Hi everybody, and first thanks to everyone involved in Django's developpement. I recently discovered that when extending a base template, templatetags outside a block node in the 'extending' template where just ignored. This of course makes perfect sense for content-rendering tags, but can be a p