diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 5e75f497f4..225f3855f3 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -327,7 +327,9 @@ Utilities Validators ~~~~~~~~~~ -* ... +* Built-in validators now include the provided value in the ``params`` argument + of a raised :exc:`~django.core.exceptions.ValidationError`. This allows + custom error messages to use the ``%(value)s`` placeholder. .. _backwards-incompatible-3.2: |
