Anthony
|
Registered User
|
|
|
Sep 16 |
comment |
How do I reference the underlying model of a django model form object? Which is the same issue as is discussed in this thread: stackoverflow.com/questions/1105507/… |
|
Sep 15 |
comment |
How do I reference the underlying model of a django model form object? This doesn't work. The 'disabled' attribute prevents updates to the underlying model. |
|
Sep 12 |
answered | How do I reference the underlying model of a django model form object? |
|
Sep 12 |
comment |
How do I reference the underlying model of a django model form object? (Sorry for the late response, I was out of town this past week.) It's actually the former. In your example above, I would need the actual value of "yourfield" to be the label for the field called "value." So, something like (renaming the variables for clarity): namefield = opts.get_field("namefield") form.fields['quantityfield'].label = namefield.value I will try fiddling around, using the samples you give to see if I can figure this out. thanks |
|
Aug 31 |
asked | How do I reference the underlying model of a django model form object? |
|
Aug 21 |
awarded | ● Critic |
