uliweb3 icon indicating copy to clipboard operation
uliweb3 copied to clipboard

Get error "TypeError: memoryview: a bytes-like object is required, not 'str'" when use "Field(BLOB)" in model

Open zhangchunlin opened this issue 6 years ago • 0 comments
trafficstars

In https://github.com/limodou/uliweb-doc/blob/master/projects/simple_todo/apps/todo/models.py#L16 ,if remove "blob = Field(BLOB)", the error will disppear.

zhangchunlin avatar Jan 10 '19 14:01 zhangchunlin