diff options
| author | David Smith <smithdc@gmail.com> | 2020-07-21 20:05:33 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-07-29 12:04:13 +0200 |
| commit | 95da207bdb7550922781bbdb3a7b993db0dfc4cf (patch) | |
| tree | c48490f9c8f42d096df4c29a4cc3bfaf25a4a895 /docs | |
| parent | 16218c20606d8cd89c5393970c83da04598a3e04 (diff) | |
Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params ordering.
Co-authored-by: caleb logan <clogan202@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 10468ac655..129026cf89 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -341,6 +341,9 @@ Validators of a raised :exc:`~django.core.exceptions.ValidationError`. This allows custom error messages to use the ``%(value)s`` placeholder. +* The :class:`.ValidationError` equality operator now ignores ``messages`` and + ``params`` ordering. + .. _backwards-incompatible-3.2: Backwards incompatible changes in 3.2 |
