diff options
| author | Tim Graham <timograham@gmail.com> | 2013-06-05 12:55:50 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-06-05 12:55:58 -0400 |
| commit | bb863faecd3e1d785933bce7cef7e4b4b28dc3d5 (patch) | |
| tree | 769fb784a0b9c62524e4f4674b5738a5d8098c2a /docs/ref/forms | |
| parent | b00c6371afab778ab6c6206fb2dbb3f2c7f750b4 (diff) | |
Proofed the 1.6 release notes
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/models.txt | 2 |
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. |
