Re: Custom filters failing with "no module"

2007-06-09 Thread Malcolm Tredinnick
On Sat, 2007-06-09 at 19:39 -0500, James Bennett wrote: > On 6/6/07, Andrew R <[EMAIL PROTECTED]> wrote: > > No matter what I try, I get: > > > > django.template.TemplateSyntaxError: 'javadoc_filter' is not a valid tag > > library: Could not load template library from > >

Re: Allowing multiple {% block %}s in one template

2007-06-09 Thread Malcolm Tredinnick
On Sun, 2007-06-10 at 02:47 +0300, Noam Raphael wrote: > Ok, I've implemented my suggestion. > > For those concerned about the complexity of implementation, it turns > out that all that's needed is a simple change in the block parser, to > make it return the same object for all blocks with the

Re: Custom filters failing with "no module"

2007-06-09 Thread James Bennett
On 6/6/07, Andrew R <[EMAIL PROTECTED]> wrote: > No matter what I try, I get: > > django.template.TemplateSyntaxError: 'javadoc_filter' is not a valid tag > library: Could not load template library from > django.templatetags.javadoc_filter, No module named javadoc_filter Cross-replying

Re: Allowing multiple {% block %}s in one template

2007-06-09 Thread Noam Raphael
Ok, I've implemented my suggestion. For those concerned about the complexity of implementation, it turns out that all that's needed is a simple change in the block parser, to make it return the same object for all blocks with the same name in a template. The rendering code wasn't touched at all.

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-09 Thread Adrian Holovaty
On 6/8/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > I'm most of the way there. Basically just template stuff and a little > bit of ModelAdmin code is left. I got stuck a few times keeping this > stuff usable outside the admin, and at multiple levels. I think it was > worth the effort, but

Great chance for you - read more...

2007-06-09 Thread GPcapital
I do not want to cheat anybody. I'm a student from Czech republic and made that web page in my spare time. My web page GPCapitalGroup.com has spent about 100 hours and my direct costs reach approximatelly $150 only for buying webhosting and domain. In case, you would like to buy that web page

Re: Proposal: Let session support backends

2007-06-09 Thread Mike H
I'd like to see alternative session backends so that I can write one that uses memcached (which I use as standard on any high traffic PHP sites I write). Cheers, Mike buriy wrote: >>> However, that's a good reason to have sessions pluggable -- if >>> persistence is important, then you need

GSoC 2007 Status Update II: Django REST interface

2007-06-09 Thread Andreas Stuhlmüller
This is the second weekly status update for my Summer of Code project, a generic REST interface for Django [1]. This week, I was mostly working on improving the architecture of the code, in particular by splitting ModelResource into two classes, Collection (for querysets) and Entry (for

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-09 Thread Masida
I've seen your patch (in fact i'm already test driving it ;-) Will have a look at implementing it for the admin interface and will try to make a patch. Thanks Russ! Greetings, - Matthias On Jun 9, 1:39 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 6/9/07, Masida <[EMAIL