Skip to content

Commit

Permalink
[3.2.x] Doc'd Jinja2 form renderer.
Browse files Browse the repository at this point in the history
Backport of 7132d17 from main
  • Loading branch information
smithdc1 authored and felixxm committed Sep 16, 2021
1 parent a7be74d commit b51e0a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/ref/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,10 @@ generate correct URLs when ``SCRIPT_NAME`` is not ``/``.
Default: ``'``:class:`django.forms.renderers.DjangoTemplates`\ ``'``

The class that renders form widgets. It must implement :ref:`the low-level
render API <low-level-widget-render-api>`.
render API <low-level-widget-render-api>`. Included form renderers are:

* ``'``:class:`django.forms.renderers.DjangoTemplates`\ ``'``
* ``'``:class:`django.forms.renderers.Jinja2`\ ``'``

.. setting:: FORMAT_MODULE_PATH

Expand Down

0 comments on commit b51e0a3

Please sign in to comment.