FormPreview feature request/bug (Trac rejects ticket as spam)

2011-02-11 Thread IanSR
Trac won't let me add this as a bug/feature request, since it marks it as spam, so I'm sticking it here. This relates to the trunk SVN version of django.contrib.formtools.preivew.FormPreview. I've spent about an hour on this and realized that it isn't an easy fix, so I'll have to leave it. Fo

Creating "Read-only" automated form views

2009-06-25 Thread IanSR
Django's automated form renderers form.as_table, form.as_p and form.as_ul are great. We have a recurring situation where we'd like the equivalent of these but in a "read-only" version: i.e. not using or , but instead simply using strings to represent the values of all Django Field types. We hav