Changes between Version 1 and Version 4 of Ticket #34920
- Timestamp:
- Oct 21, 2023, 2:56:42 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34920
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #34920 – Description
v1 v4 1 `django.core.validators.FileExtensionValidator` had an '__eq__'method to compare the validator class. However, comparing arrays is not accurate when the order of elements in the arrays is different.1 `django.core.validators.FileExtensionValidator` had an `__eq__` method to compare the validator class. However, comparing arrays is not accurate when the order of elements in the arrays is different. 2 2 3 3 {{{