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. Dark Mode User Interface
- 7. Default Widgets
- 8. Alternative Widgets
- 9. Submit Button Controls
- 10. Activators and Button Widgets
- 11. Withholding Feedback
- 12. Form Collections
- 13. Fieldsets
- 14. Creating Forms from Models
- 15. Creating Collections from related Models
- 16. Form Renderer
- 17. Conditional Field and Fieldset Expressions
- 18. Uploading Files and Images
- 19. Selectize Widget
- 20. Dual Selector Widget
- 21. Dialog Forms
- 22. Dialog Model Forms
- 23. Edit Richtext
- 24. Richtext Extensions
- 25. Slug Input Field
- 26. Date- and DateTime Input
- 27. Date- and Date-Time Range
- 28. Country Select Field with Flag Symbol
- 29. Phone Number Field
- 30. Developing in django-formset
- 31. Contributing to the Project
- 32. Frequently Asked Questions
- 33. Changes
- 34. History of django-formset
- 35. 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.