Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 741 Bytes

api.rst

File metadata and controls

27 lines (21 loc) · 741 Bytes

API Reference

This section documents the public newforms API.

Warning

Newforms uses the convention of marking the names of properties and methods which should be considered implementation details with a leading underscore.

These are publicly accessible, but do not use or rely on them in your own code, as they may be changed or be removed without warning in any given release.

If there are some implementation details you think would be a useful addition to the public API, file an Issue on GitHub.

forms_api boundfield_api fields_api validation_api widgets_api formsets_api util_api