mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params ordering.
Co-authored-by: caleb logan <clogan202@gmail.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
16218c2060
commit
95da207bdb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user