Documentation error in 4.1 release notes?

I noticed a possible error on this page:

This doesn’t look correct:

The "django/forms/default.html" template is deprecated and will be removed in Django 5.0. The default will become "django/forms/default.html" at that time.

Should it be django/forms/table.html?

Good catch :dart: Yes, it’s a typo, it should be django/forms/div.html. Would you like to prepare a patch?:

The "django/forms/default.html" template is deprecated and will be removed in Django 5.0.
The default will become "django/forms/default.div" at that time.

PR

1 Like

Thanks, I wasn’t able to get to it yet.