summaryrefslogtreecommitdiff
path: root/docs/topics/forms
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-17 11:10:03 +0100
committerGitHub <noreply@github.com>2022-03-17 11:10:03 +0100
commit39ae8d740e30c18e46873cf82aff76588f1974c7 (patch)
treeb5c2670dd7b321face5deb15def2258844a90e97 /docs/topics/forms
parentba298a32b30eb270ea0bf4f8fc208223d0b40bcd (diff)
Added missing backticks to function names.
Diffstat (limited to 'docs/topics/forms')
-rw-r--r--docs/topics/forms/modelforms.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt
index ad0ab35231..26a5fc8b0f 100644
--- a/docs/topics/forms/modelforms.txt
+++ b/docs/topics/forms/modelforms.txt
@@ -247,8 +247,8 @@ validation step, right after the form's ``clean()`` method is called.
.. _overriding-modelform-clean-method:
-Overriding the clean() method
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Overriding the ``clean()`` method
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can override the ``clean()`` method on a model form to provide additional
validation in the same way you can on a normal form.