allegroplanet / allegro-planet

1 stars 1 forks source link

Allow newlines in textareas #27

Closed MarkOates closed 7 years ago

MarkOates commented 7 years ago

Problem

When creating a Game, you can not have newline characters in the description. Currently, the field only allows printable ascii characters.

Solution

Create a new format in StringFormatValidator that allows printable characters and new lines.

Also

In StringFormatValidator, has_only_printable_characters has been renamed to only_printable_characters.