From f05afee323ea5f08826f57a7f881685041079a8f Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Mon, 9 Nov 2020 13:08:00 -0500 Subject: [PATCH] add django-formtools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ffc99c..599ca8f 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Forms - [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. - [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) - Tweak form field rendering in templates. - [django-autocomplete-light](https://github.com/yourlabs/django-autocomplete-light) - Add autocompletion to forms. - [django-shapeshifter](https://github.com/kennethlove/django-shapeshifter) - A CBV to handle multiple forms in one view.