Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate to forms.

This commit is contained in:
Taavi Teska 2017-04-10 20:24:44 +02:00 committed by Tim Graham
parent e7afef13f5
commit 5dbf1c4b23
2 changed files with 4 additions and 0 deletions

View file

@ -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``
-------------