1. Bringing forms to the front end Forms and ModelForms
2.1 Source code - Forms and ModelForms - Forms the traditional way.html
2. Forms the traditional way
3.1 Source code - Forms and ModelForms - Evaluating our form.html
3. Evaluating our form
4.1 Source code - Forms and ModelForms - POST requests and CSRF tokens.html
4. POST requests and CSRF tokens
5.1 Source code - Forms and ModelForms - Adding serverside validations.html
5. Adding serverside validations
6.1 Source code - Forms and ModelForms - Saving data to database.html
6. Saving data to database
7. Evaluating our approach so far
8. The Form class
9.1 Source code - Forms and ModelForms - Our first Django Form.html
9. Our first Django Form
10.1 Source code - Forms and ModelForms - Building our view with Form.html
10. Building our view with Form
11. Analyzing our form
12.1 Source code - Forms and ModelForms - Saving form data.html
12. Saving form data
13.1 Source code - Forms and ModelForms - Different ways of rendering form.html
13. Different ways of rendering form
14.1 Source code - Forms and ModelForms - Form options.html
14. Form options
15.1 Source code - Forms and ModelForms - Validating fields.html
15. Validating fields
16.1 Source code - Forms and ModelForms - Rendering form manually.html
16. Rendering form manually
17.1 Source code - Forms and ModelForms - Rendering fields with for loop.html
17. Rendering fields with for loop
18.1 Source code - Forms and ModelForms - What are ModelForms.html
18. What are ModelForms
19.1 Source code - Forms and ModelForms - Configuring views to work with ModelForms.html
19. Configuring views to work with ModelForms
20.1 Source code - Forms and ModelForms - Customizing defaults with ModelForms.html
20. Customizing defaults with ModelForms
21.1 Source code - Forms and ModelForms - Validations in Model.html
21. Validations in Model
22.1 Source code - Forms and ModelForms - Working with choices.html
22. Working with choices
23. blank vs required vs null