RETIRED, further work has moved to Debian project infrastructure
Go to file
Tim Graham 171e3c63a0 Add testing for Python 3.6 2017-02-03 10:31:45 -05:00
.tx Minor updates to the translation helper files. 2014-10-06 21:12:15 +02:00
docs Add testing for Django 1.11 2017-02-03 09:39:46 -05:00
formtools Fix tests with Django master (2.0) 2017-02-03 09:23:40 -05:00
tests Fix tests with Django master (2.0) 2017-02-03 09:23:40 -05:00
.coveragerc Fixed typo in coveragerc. 2014-10-05 22:33:19 +02:00
.editorconfig Added various missing files to make this a real Python package. 2014-10-05 22:04:26 +02:00
.gitignore Added various missing files to make this a real Python package. 2014-10-05 22:04:26 +02:00
.travis.yml Add testing for Python 3.6 2017-02-03 10:31:45 -05:00
AUTHORS.rst Updated authors file and changelog. 2015-03-25 17:07:21 +01:00
CONTRIBUTING.rst Convert readthedocs links for their .org -> .io migration for hosted projects (#69) 2016-06-09 13:24:10 +02:00
LICENSE Added various missing files to make this a real Python package. 2014-10-05 22:04:26 +02:00
MANIFEST.in Removed an item from manifest template that raised a warning. 2015-03-31 15:56:41 +02:00
Makefile Sorted imports with isort. 2016-05-28 13:20:29 -04:00
README.rst Updated `README.rst` with `svg` badges (#76) 2016-09-04 20:16:17 +02:00
setup.cfg Sorted imports with isort. 2016-05-28 13:20:29 -04:00
setup.py Add testing for Python 3.6 2017-02-03 10:31:45 -05:00
tox.ini Add testing for Python 3.6 2017-02-03 10:31:45 -05:00

README.rst

django-formtools

image

image

Django's "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms.

This code used to live in Django proper -- in django.contrib.formtools -- but was separated into a standalone package in Django 1.8 to keep the framework's core clean.

For a full list of available formtools, see https://django-formtools.readthedocs.io/

django-formtools can also be found on and installed from the Python Package Index: https://pypi.python.org/pypi/django-formtools

To get more help: