mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate to forms.
This commit is contained in:
@@ -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``
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user