On 20.08.2011, at 15:59, Gregor Müllegger wrote:
> I found some use cases that are not yet possible with the form rendering
> template tags. The biggest issue is that it's not possible to exchange field
> labels with translated text. Currently there is no way of storing a translated
> string in th
W00t, poking through the source.
On Saturday, August 20, 2011 at 4:59 PM, Gregor Müllegger wrote:
> So after the exams, vacation and a short illness have I completed a week of
> productive work.
>
> All the parts that were discussed in detail on the mailing list a while back
> are implemented.
So after the exams, vacation and a short illness have I completed a week of
productive work.
All the parts that were discussed in detail on the mailing list a while back
are implemented. The new rendering API is completely in place and well tested.
I've manly added more documentation in the last w
Unfortunately I was not very productive in the last week. The reason are the
three exams for this term that kept me busy. The second bad news is that I
will be on vacation for the next week.
So I will definitely need some serious sprinting after I'm back. The admin
will be mainly the target of tha
So I did most of the actual implementation work for the tags which were
proposed on the mailing list. Only some small bits are missing and some edge
cases needs to be tested. But I'm quite happy with the progress so far.
Next will be completing the documentation and going on to the second part of
On Wednesday, July 6, 2011 2:30:12 AM UTC+12, Gregor Müllegger wrote:
>
> Hi, Chris.
>
> Seems that I'm now unemployed as GSoC Student,
> looks like you already did all the work! ;-)
>
I prefer to show prototype code than just discussing things. It's more fun
:)
> Besides this, great work. If
Hi, Chris.
Seems that I'm now unemployed as GSoC Student,
looks like you already did all the work! ;-)
Besides this, great work. If I understand the source code right (haven't run
it yet), then it's already feature complete, isn't it?
I also like the idea of "extends", I will definitely bring th
Hi Gregor, I've just put up a new version of django-forms [1] which implements
a similar version of the proposal with the main difference being "extends".
Take a look.
1. https://github.com/SmileyChris/django-forms
--
You received this message because you are subscribed to the Google Groups
Hi,
I wrote mainly documentation in the last week for how to use the new form
rendering as well as references in the template tag listing. I've also
implemented the form, formrow and formfield tags, I thought we might want to
have something to play with sooner than later. The docs/tests etc can be
Hi,
we finally found (IMO) a really good API for the form rendering related
template tags. There is currently an ongoing discussion on the mailinglist
[1]. Jacob raised some concerns related to the performance impact that future
form rendering will have. I will make this a more important point in
Hi Mikhail,
2011/6/22 Mikhail Korobov :
> Hi Gregor & others,
> I've noticed the https://github.com/idangazit/formrendering and it reminds
> me the approach I'm using for all my django 1.3 projects:
> {# forms/fields/as_dl.html #}
> {{ field.label_tag }}} {{ field }}
> {% include "forms/fields
Hi Gregor & others,
I've noticed the https://github.com/idangazit/formrendering and it reminds
me the approach I'm using for all my django 1.3 projects:
{# forms/fields/as_dl.html #}
{{ field.label_tag }}} {{ field }}
{% include "forms/fields/errors.html" %}
and then:
{% csrf_token %} {
Hi,
I unfortunatelly missed the last weekly check-in. However during this time I
was already on my travel to Amsterdam for DjangoCon Europe. During this
Conference and mostly during the sprints have I spoken to some of the core
contributors to get their opinion about my current form rendering prop
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
Hi,
Carl and me had a vital discussion about the syntax that we will
propose for a RFC.
There is already a mailing list thread to which I warmly invite you to join:
http://groups.google.com/group/django-developers/browse_thread/thread/e4836b5a9d36349e
Read the templatetag syntax proposal there a
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
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
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
Hi,
let me introduce myself a bit before I start talking about my upcoming work
during the summer. My name is Gregor Müllegger and I was accepted as a Google
Summer of Code Student for Django, doing the project called "Revised form
rendering". Next Monday will start my fourth year at the universit
19 matches
Mail list logo