marksweb / django-bleach

Bleach is a Python module that takes any HTML input, and returns valid, sanitised HTML that contains only an allowed subset of HTML tags, attributes and styles. django-bleach is a Django app that makes using bleach extremely easy.
MIT License
148 stars 23 forks source link

Corrected typos in tox dependencies #56

Closed arnoutdemooij closed 2 years ago

arnoutdemooij commented 2 years ago

Description

Fixed typos in tox dependencies (djagno -> django).

Checklist