Changes between Initial Version and Version 1 of Ticket #33128
- Timestamp:
- Sep 21, 2021, 4:14:59 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33128 – Description
initial v1 1 1 https://docs.djangoproject.com/en/dev/topics/forms/formsets/#formset-rendering 2 2 3 For Django 4.0, you have the following documentation. In each paragraph, the phrase "as per the forms" needs to be changed to "as per the form's".3 For Django 4.0, you have the following documentation. In each paragraph, the phrase "as per the forms" needs to be changed to ''"as per the forms'''. (the possessive case) 4 4 5 aseFormSet.template_name5 BaseFormSet.template_name 6 6 New in Django 4.0. 7 7 The name of the template used when calling __str__ or render(). This template renders the formsets management forms and then each form in the formset as per the template defined by the forms template_name. This is a proxy of as_table by default.