You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that the label is completely ignored, but on the other hand the bulk_nullable keyword argument for render_field works just fine. Any idea why this isn't working as expected?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the
render_field
with manually capitalized labels:However, in the rendered HTML form the labels are "Soa mname" and "SOA RNAME".
The difference between the two is that the field
soa_mname
is a ForeignKey on a separate model class whilesoa_rname
is a CharField:It seems to me that the
label
is completely ignored, but on the other hand thebulk_nullable
keyword argument forrender_field
works just fine. Any idea why this isn't working as expected?Best, Matthias
Beta Was this translation helpful? Give feedback.
All reactions