django-formtools
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, please use the offical Django Forum at https://forum.djangoproject.com/
Contributing to django-formtools
See CONTRIBUTING.rst for information about contributing patches to django-formtools.
Running tests is as simple as installing Tox and running it in the root Git clone directory:
$ git clone https://github.com/jazzband/django-formtools [..] $ cd django-formtools $ tox [..] congratulations :)
The previous command will run the tests in different combinations of Python (if available) and Django versions. To see the full list of combinations use the -l option:
$ tox -l ... py310-djangoAB py310-djangomain
You can run each environment with the -e option:
$ tox -e py310-djangoAB # runs the tests only on Python 3.10 and Django A.B.x
Release files for django-formtools 2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_formtools-2.7.tar.gz | 92.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_formtools-2.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 252.0 kB
Release files / django_formtools-2.7.tar.gz
| Download URL | django_formtools-2.7.tar.gz |
|---|---|
| Size | 92.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
52b30c08571108023937e4b5d96a5cc35282ff0a2e51630aeea00e27d723d3ac
|
|
BLAKE2b-256 checksum How to use checksums |
40fe48cf5d38070577b83288f2bfd16a85aa864213d27d7dc7e8ec0feaa0a8ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.4
|
Release files / django_formtools-2.7-py3-none-any.whl
| Download URL | django_formtools-2.7-py3-none-any.whl |
|---|---|
| Size | 159.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
06e4ab1f9c999f5b2ec6670cb2d51b77117599f4f17c5855f38de158b1c7f247
|
|
BLAKE2b-256 checksum How to use checksums |
c098ea43bece0395668c88f7a5c80b4c027dc61306911109b6a4446561fcb74d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.4
|