summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/models.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/models.txt b/docs/ref/forms/models.txt
index 54d34160a5..b54056af0c 100644
--- a/docs/ref/forms/models.txt
+++ b/docs/ref/forms/models.txt
@@ -33,7 +33,7 @@ Model Form Functions
``fields`` or ``exclude``, or the corresponding attributes on the form's
inner ``Meta`` class. See :ref:`modelforms-selecting-fields` for more
information. Omitting any definition of the fields to use will result in all
- fields being used, but this behaviour is deprecated.
+ fields being used, but this behavior is deprecated.
The ``localized_fields`` parameter was added.