diff options
| author | Taavi Teska <taaviteska@users.noreply.github.com> | 2017-04-10 20:24:44 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-10 14:24:55 -0400 |
| commit | c3d3aeeafad1562ab82b250a55e09c2f513b0105 (patch) | |
| tree | 07cca7c9e202735c5f19950c2eda13f19f52eb9e /docs/ref/models | |
| parent | e5797fef5672ca76daadc6e133352dbba3100075 (diff) | |
[1.11.x] Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate to forms.
Backport of 5dbf1c4b23cda915369f4895be293369575238d0 from master
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index b343aca6d9..b034a80dd7 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -254,6 +254,9 @@ Error message keys include ``null``, ``blank``, ``invalid``, ``invalid_choice``, ``unique``, and ``unique_for_date``. Additional error message keys are specified for each field in the `Field types`_ section below. +These error messages often don't propagate to forms. See +:ref:`considerations-regarding-model-errormessages`. + ``help_text`` ------------- |
