BoundField.as_hidden(attrs=None, **kwargs) [source]
Returns a string of HTML for representing this as an <input type="hidden">.
**kwargs are passed to as_widget().
This method is primarily used internally. You should use a widget instead.
BoundField.as_hidden(attrs=None, **kwargs) [source]
Returns a string of HTML for representing this as an <input type="hidden">.
**kwargs are passed to as_widget().
This method is primarily used internally. You should use a widget instead.
Please login to continue.