Originally - the intent here was to filter out the control codes.
I wrote a bit of code that I thought would do it - but I ran into some issues:
Wasn't sure the idiomatic way in Django to write a function that augments the TextField.
I tried out some things, but because I wasn't actually fetching any posts, it couldn't really see if I was succeeding or not
And when I tried to write test cases for control codes, I struggled because the property testing library wasn't happy with control codes as text either :(
Originally - the intent here was to filter out the control codes. I wrote a bit of code that I thought would do it - but I ran into some issues:
But I updated the docs!