Added TemplatesSetting to list of built-in renderers in FORM_RENDERER docs.

This commit is contained in:
Adam Johnson 2021-12-22 06:59:24 +00:00 committed by GitHub
parent 19fb838803
commit fde425051c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1705,6 +1705,7 @@ renderers are:
* ``'``:class:`django.forms.renderers.DjangoTemplates`\ ``'``
* ``'``:class:`django.forms.renderers.Jinja2`\ ``'``
* ``'``:class:`django.forms.renderers.TemplatesSetting`\ ``'``
.. setting:: FORMAT_MODULE_PATH