Fixed typo in docs/ref/forms/renderers.txt.

Thanks Josh for the report.
This commit is contained in:
Mariusz Felisiak 2022-08-06 13:43:16 +02:00 committed by GitHub
parent 0756c61f2a
commit 00370342ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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