mirror of https://github.com/django/django.git
Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate to forms.
This commit is contained in:
parent
e7afef13f5
commit
5dbf1c4b23
1
AUTHORS
1
AUTHORS
|
@ -737,6 +737,7 @@ answer newbie questions, and generally made Django that much better:
|
|||
Sutrisno Efendi <kangfend@gmail.com>
|
||||
Swaroop C H <http://www.swaroopch.info>
|
||||
Szilveszter Farkas <szilveszter.farkas@gmail.com>
|
||||
Taavi Teska <taaviteska@gmail.com>
|
||||
Tai Lee <real.human@mrmachine.net>
|
||||
Takashi Matsuo <matsuo.takashi@gmail.com>
|
||||
Tareque Hossain <http://www.codexn.com>
|
||||
|
|
|
@ -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…
Reference in New Issue