Back in March there was a discussion about providing a way to output
django.forms widgets as HTML (at the moment they always use XHTML,
which leads to nastyness on sites using an HTML doctype):

http://groups.google.com/group/django-developers/browse_thread/thread/5f3694b8a19fb9a1/

On the plane back from DjangoCon I implemented the {% doctype %} and
{% field %} tags I proposed in that thread as custom template tags in
an application called "django_html". You can grab the code from here
and try it out:

http://code.google.com/p/django-html/

svn checkout http://django-html.googlecode.com/svn/trunk/django_html
django_html

(put django_html somewhere on your python path and add it to
INSTALLED_APPS)

I'm pretty confident this is the right approach. What do people think?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to