From 3482fee80a7a08d4bcfb393667e33bcea521ac4a Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Mon, 5 Sep 2022 01:05:53 +0100 Subject: [PATCH 1/2] Added django-bleach [#195] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fe0258..0c23f6c 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files. ### Forms +- [django-bleach](https://github.com/marksweb/django-bleach/) - Integrate [bleach](https://github.com/mozilla/bleach) into forms and models. - [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. From c6fa0ebfdece4298e1f5be2730733afdd6080c05 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Mon, 5 Sep 2022 09:34:31 +0100 Subject: [PATCH 2/2] Remove double link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c23f6c..3c1a829 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files. ### Forms -- [django-bleach](https://github.com/marksweb/django-bleach/) - Integrate [bleach](https://github.com/mozilla/bleach) into forms and models. +- [django-bleach](https://github.com/marksweb/django-bleach/) - Integrate bleach into forms and models. - [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.