Hello,

akaihola wrote:
>> Having just had a quick read fo the source -- this is the first time
>> I've heard of the project -- it looks well enough written. Akaihola does
>> know his stuff; we already know that. Possibly we wouldn't pull in the
>> whole project, but get a patch to add the fieldsets capabilities.
> 
> It's not my original code. I pulled Christian Joergensen's project
> from pypi into my GitHub account so I could update and use it with
> Django 1.0. I've now made that more clear in the GitHub description.
> 
> My only contributions so far are fixing the newforms import and
> importing past releases into a git repository.

First of all; great work taking the initiative of updating WTForm to 
Django 1.0.

> After playing with WTForm a bit it became clear that it wasn't
> flexible enough for the task at hand at that time, so I created all
> HTML manually instead in that project. As I'm not using WTForm in any
> of my projects, I don't currently have an incentive to maintain
> WTForm.

That's kind of the point where I arrived at too.

> All this said, I agree that fieldsets would be an appropriate addition
> to the forms library. See also ticket #8272: 
> http://code.djangoproject.com/ticket/8272

Other than fieldsets I really believe adding CSS class attributes to the 
parent HTML markup (<tr>, <p> or <li> that is, depending on the 
rendering) containing the field type, the widget and a required flag 
would ease the work of web designers a lot. I know it has helped our web 
designer a lot.

http://www.technobabble.dk/2008/oct/09/hacking-django-forms-css-flexibility/

> I'll try to pull Christian into this discussion as well.

You succeeded :)

Regards,

Christian

-- 
Christian Joergensen
http://www.technobabble.dk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to