Re: django.contrib.formtools: High-level abstractions of common form tasks

2006-12-15 Thread rassilon
Hi, I'm Ben's (Afternoon) collegue Tom, As much as I was asked to be interesting, I don't do interesting, or at least when I do, people fall asleep http://www.halfapenguin.com/djmultipartform.tar.gz I've posted the code sample on my server, its not complete, but it is a snapshot of where w

Re: django.contrib.formtools: High-level abstractions of common form tasks

2006-12-20 Thread rassilon
One slight modification, there was debugging code left in, which I've now fixed. --~--~-~--~~~---~--~~ 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@goo

Re: Have a look at django.newforms

2007-01-08 Thread rassilon
One issue i have with new forms is that there is no detail/description space for the forms, it would be really useful, since at the moment, rather than being able to use the automatic generation methods, i have to write custom templates for each form with the labels in (or use an ugly hack to pul

Re: django.contrib.formtools: High-level abstractions of common form tasks

2007-01-08 Thread rassilon
Right, after a bit of black magic, a few false starts and a fair bit of reworking, djmultipartform is actually working as its meant to more than just an abstract concept which i posted last time. www.halfapenguin.com/djmultipartform-0.1.tar.gz www.halfapenguin.com/djmultipartform-0.1.zip (in ca

Re: django.contrib.formtools: High-level abstractions of common form tasks

2007-01-08 Thread rassilon
Right, after a bit of black magic, a few false starts and a fair bit of reworking, djmultipartform is actually working as its meant to more than just an abstract concept which i posted last time. * www.halfapenguin.com/djmultipartform-0.1.tar.gz * www.halfapenguin.com/djmultipartform-0.1.zip