Changes between Version 3 and Version 4 of Ticket #34319


Ignore:
Timestamp:
Feb 7, 2023, 4:36:36 PM (15 months ago)
Author:
Mateusz Kurowski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34319 – Description

    v3 v4  
    6868            value = super().validate(*args, **kwargs)
    6969        except ValidationError as e:
     70            e.code = self.violation_code
    7071            # Create a new ValidationError with the violation_field_name attribute as the key
    7172            e = ValidationError({self.violation_field_name: e})
Back to Top