Hi Ian,
I am interested. I think this should be listed as feature request, if
this list gets opened for django 1.2.
Thomas
IanSR schrieb:
> 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 o
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