Documentation of django-formset¶
This missing widgets and form manipulation library for Django
<django-formset>
is a web component to let the browser pre-validate and manipulate one or more
Django Form
-s. This facilitates developers to build beautiful forms with a contemporary user
experience. This library ships with a set of widgets, which integrate seamlessly with their
Django’s counterparts.
- 1. Introduction
- 2. Installation
- 3. Web Component
<django-formset>
- 4. Working with a single Form
- 5. Styling Forms with django-formset
- 6. Default Widgets
- 7. Alternative Widgets
- 8. Submit Button Controls
- 9. Activators and Button Widgets
- 10. Withholding Feedback
- 11. Form Collections
- 12. Fieldsets
- 13. Creating Forms from Models
- 14. Creating Collections from related Models
- 15. Form Renderer
- 16. Conditional Field and Fieldset Expressions
- 17. Uploading Files and Images
- 18. Selectize Widget
- 19. Dual Selector Widget
- 20. Dialog Forms
- 21. Dialog Model Forms
- 22. Edit Richtext
- 23. Richtext Extensions
- 24. Slug Input Field
- 25. Date- and DateTime Input
- 26. Date- and Date-Time Range
- 27. Country Select Field with Flag Symbol
- 28. Phone Number Field
- 29. Developing in django-formset
- 30. Contributing to the Project
- 31. Frequently Asked Questions
- 32. Changes
- 33. History of django-formset
- 34. A conversation with Chat-GPT
Project Home¶
The complete source for django-formset is available on GitHub at https://github.com/jrief/django-formset
License¶
django-formset is licensed according to the MIT public license.