mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate to forms.
This commit is contained in:
parent
e7afef13f5
commit
5dbf1c4b23
2 changed files with 4 additions and 0 deletions
|
@ -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``
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue