Re: [GSoC 2013] Improved error reporting

2013-04-27 Thread Damian Skrodzki
Hi, I think I've overestimated my abilities to writing that kind of proposal. I've tried being warned that it's "superhard" to find and analyse problem in that way. I've tried to analyse many issues related to django admin but without any general conclusions. Actually it demands to find some de

Re: Nested blocks in base template.

2013-04-27 Thread Alex Ogier
It looks like the only place I can find where {{ block.super }} is documented[1] doesn't include explicitly explain how the super block is executed, but it is certainly the reasonable thing to do: execute the super block in the current template's context as if it hadn't been overridden. Otherwise o

Nested blocks in base template.

2013-04-27 Thread Jonathan Slenders
Hi all, Somebody reported a bug for django-template-preprocessor. I'm wondering whether this is documented behaviour for the Django template language, or whether this is just something that happens to be this way because of the implementation. https://github.com/citylive/django-template-prepro