1
0
mirror of https://github.com/django/django.git synced 2025-04-06 06:26:41 +00:00

[4.1.x] Fixed typo in docs/ref/forms/renderers.txt.

Thanks Josh for the report.
Backport of 00370342ca3a478660372975b3309ffc4d535be1 from main
This commit is contained in:
Mariusz Felisiak 2022-08-06 13:43:16 +02:00
parent 82e9e19ebe
commit d3ef502aa9

View File

@ -60,7 +60,7 @@ should return a rendered templates (as a string) or raise
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.
``"django/forms/div.html"`` at that time.
.. attribute:: formset_template_name