diff --git a/AUTHORS b/AUTHORS index 1817ebafa76..35d80ec85c6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -737,6 +737,7 @@ answer newbie questions, and generally made Django that much better: Sutrisno Efendi Swaroop C H Szilveszter Farkas + Taavi Teska Tai Lee Takashi Matsuo Tareque Hossain diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 439bf4283cd..36b553f92c4 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`` -------------