On Sat, Mar 10, 2012 at 9:36 AM, backdoc wrote:
> More info.
>
> I found that the problem is that my "MultipleChoiceField" and
> "ChoiceField" fields are not behaving. As I added additional fields,
> such as CharField, it became more clear what was happening.
>
> My MultipleChoiceField is bei
More info.
I found that the problem is that my "MultipleChoiceField" and
"ChoiceField" fields are not behaving. As I added additional fields,
such as CharField, it became more clear what was happening.
My MultipleChoiceField is being rendered with the
CheckboxSelectMultiple() widget and the
If you mean, does the final page being rendered match the code that I
am trying to change? The answer would have to be "Yes". In other
words, anything else that I modify will be reflected on the rendered
page.
On Mar 8, 2:55 pm, Joel Goldstick wrote:
> On Wed, Mar 7, 2012 at 4:23 PM, backdoc wr
On Wed, Mar 7, 2012 at 4:23 PM, backdoc wrote:
> I am having trouble changing the way the HTML in my form fields is
> presented. I've been reading the docs (https://docs.djangoproject.com/
> en/dev/ref/forms/api/#outputting-forms-as-html). I've done this in
> previous versions. But, it doesn't
I am having trouble changing the way the HTML in my form fields is
presented. I've been reading the docs (https://docs.djangoproject.com/
en/dev/ref/forms/api/#outputting-forms-as-html). I've done this in
previous versions. But, it doesn't seem to work now.
No matter if I use form.as_p or form.
5 matches
Mail list logo