Changes between Initial Version and Version 1 of Ticket #33128


Ignore:
Timestamp:
Sep 21, 2021, 4:14:59 PM (3 years ago)
Author:
Matthew Pava
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33128 – Description

    initial v1  
    11https://docs.djangoproject.com/en/dev/topics/forms/formsets/#formset-rendering
    22
    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".
     3For 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)
    44
    5 aseFormSet.template_name
     5BaseFormSet.template_name
    66New in Django 4.0.
    77The 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.
Back to Top