From fc3bbb8c3bd0e3895de0868391534d1726ea4d0e Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Sat, 23 Dec 2023 12:09:22 -0600 Subject: [PATCH] :sparkles: Adds django-nh3 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2ae900..91f00a5 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [sorl-thumbnail](https://github.com/jazzband/sorl-thumbnail) - Thumbnails for Django. ### Forms -- [django-bleach](https://github.com/marksweb/django-bleach/) - Integrate bleach into forms and models. +- [django-bleach](https://github.com/marksweb/django-bleach/) - Integrate bleach into forms and models. See `django-nh3` as an alternative. - [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms/) - DRY Django forms. - [django-floppyforms](https://github.com/jazzband/django-floppyforms) - Full control of form rendering. - [django-formtools](https://github.com/jazzband/django-formtools) - For form previous and multi-step forms, previously part of Django until 1.8. @@ -206,6 +206,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-tables2](https://github.com/jieter/django-tables2) - HTML tables with pagination/sorting. - [django-maintenance-mode](https://github.com/fabiocaccamo/django-maintenance-mode) - Shows a 503 error page when maintenance-mode is on. - [django-freeze](https://github.com/fabiocaccamo/django-freeze) - Convert your dynamic django site to a static one with one line of code. +- [django-nh3](https://github.com/marksweb/django-nh3) - Django integration with for nh3 and is an alternative for django-bleach. - [Weblate](https://github.com/WeblateOrg/weblate) - Weblate is a copylefted libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries. ### Logging