save#
- HTML.save(**kwargs)#
Serialize the current content into the ORM
payloaddatafield.- Parameters:
- **kwargs
Keyword arguments forwarded to the database
savemethod of the underlying ORM instance. For eg: Theusingargument can be used to select the target database alias.
- Raises:
IntegrityErrorIf the database reports an integrity violation while saving.
InvalidFieldErrorIf invalid field names or values are supplied (via decorator).
ExceptionAny other unexpected exception is propagated unchanged.