1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/ref/forms/index.txt
Tim Graham 71d76ec011 Fixed #10239 - Added docs for modelform_factory
Thanks ingenieroariel for the suggestion and slurms for the review.
2013-01-11 06:00:19 -05:00

15 lines
190 B
Plaintext

=====
Forms
=====
Detailed form API reference. For introductory material, see :doc:`/topics/forms/index`.
.. toctree::
:maxdepth: 2
api
fields
models
widgets
validation