Skip to content

Provides HTMLFields for both models and forms, which perform sanitization/restricted subset enforcement and (optionally) integrates with django-ckeditor for rich text editing.

gabrielgrant/django-html-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-html-field provides a HTML sanitization and tag stripping either at
the database level or at the form level, with no dependencies outside of the
standard library.

Installation:

    pip install django-html-field

About

Provides HTMLFields for both models and forms, which perform sanitization/restricted subset enforcement and (optionally) integrates with django-ckeditor for rich text editing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages