From 95da207bdb7550922781bbdb3a7b993db0dfc4cf Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 21 Jul 2020 20:05:33 +0100 Subject: Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params ordering. Co-authored-by: caleb logan --- docs/releases/3.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit v1.3