It feels like html_safe adds an abstraction to the String class that requires understanding of what is going on, for example,
I\'ve got a database in MSSQL that I\'m porting to SQLite/Django. I\'m using pymssql to connect to the database and save a text field to the local SQLite database.