[GSoC form-rendering] Weekly check-in 1.0

2011-05-29 Thread Gregor Müllegger
Hi, this week was the first week with official coding for my GSoC project. I merged Bruno Renié's template based widget rendering branch in my django fork. This will be the base of my on going work. I also made sure that all tests are passing, since there were some issues with changes in the white

Re: Re : [GSoC form rendering] Weekly check-in -1.0

2011-05-14 Thread Gregor Müllegger
Thanks Mathieu, I already knew this library, however I wanted to have a quick implementation that doesn't use classytags or any other thirdclass library. But thanks to your link I looked in the documentation of sekizai again and saw the restrictions page [1]. And after having a look at the my samp

Re : [GSoC form rendering] Weekly check-in -1.0

2011-05-13 Thread Mathieu AGOPIAN
Hello Gregor, just FYI, one of the guy from django-cms created django-sekizai, which is used just for that (injecting stuff in template blocks) : https://github.com/ojii/django-sekizai Mathieu -- You received this message because you are subscribed to the Google Groups "Django developers" g

[GSoC form rendering] Weekly check-in -1.0

2011-05-13 Thread Gregor Müllegger
Hi, I used the last week to setup the 'test environment' for proof-of-concept'ing the API we will be implementing. The first thing there is that I setup a (yet) simplistic template for 1. the form tag, the monolithic approach how I have proposed it 2. multiple tags like proposed by Russell. Both