From 2eb46e9b9b647ef79b4919d957d4612c5a825153 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Sat, 15 Mar 2025 09:39:04 -0500 Subject: [PATCH] :fire: Remove obsolete django-bleach reference --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 196a3ec..5b3d1bf 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,6 @@ _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. 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.