Here's the SQL this generates (at least for MySQL):. UPDATE `myapp_mymodel` SET `description` = replace(`myapp_mymodel`.`description`, '\r\n', '\n') WHERE ...
確定! 回上一頁