Hi folks, 

This is a short message to announce the first release of Django TidyFields: [ 
https://pypi.org/project/django-tidyfields/ | 
https://pypi.org/project/django-tidyfields/ ] 

Django TidyFields is a set of text input fields, (currently CharField and 
TextField are subclassed) which sanitize user input on model save. This allows 
them to work with Django views or apis, including Django Rest Framework. 

The fields leverage lxml's Cleaner under the hood, so they are quite 
configurable for your needs. The fields are also tested against the OWASP XSS 
filter evasion cheat sheet methods. In the initial release 30 different attacks 
are tested, and the rest will be added in the next version. 

Future plans include adding form fields with integration support for WYSIWYG 
libraries like django-summernote. 

I hope you find the module useful, 

Chris Routh 
Github: Routhinator 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/380841987.20542.1556119040704.JavaMail.zimbra%40routh.io.
For more options, visit https://groups.google.com/d/optout.

Reply via email to