File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ use cases <https://deformdemo.pylonsproject.org/>`_ are supported out of the box
35
35
36
36
Deform integrates with the `Pyramid web framework <https://trypyramid.com/ >`_
37
37
and several other web frameworks. Deform comes with `Chameleon templates
38
- <https://chameleon.readthedocs.io/en/latest/> `_ and `Bootstrap 3
39
- <https://getbootstrap.com/docs/3 .3/> `_ styling. Under the hood, `Colander schemas
38
+ <https://chameleon.readthedocs.io/en/latest/> `_ and `Bootstrap 5
39
+ <https://getbootstrap.com/docs/5 .3/> `_ styling. Under the hood, `Colander schemas
40
40
<https://github.com/Pylons/colander> `_ are used for serialization and
41
41
validation. The `Peppercorn <https://github.com/Pylons/peppercorn >`_ library
42
42
maps HTTP form submissions to nested structure.
Original file line number Diff line number Diff line change 4
4
======
5
5
6
6
:mod: `deform ` is a Python HTML form generation library. It runs under Python
7
- 2.x, 3.x and PyPy .
7
+ >= 3.8 and PyPy3 .
8
8
9
9
Deform is a Python form library for generating HTML forms on the server side.
10
10
`Date and time picking widgets <https://deformdemo.pylonsproject.org/datetimeinput/ >`_,
You can’t perform that action at this time.
0 commit comments