diff options
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | docs/ref/models/fields.txt | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -732,6 +732,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> diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index b343aca6d9..b034a80dd7 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`` ------------- |
