Changes between Version 1 and Version 2 of Ticket #28148
- Timestamp:
- Apr 28, 2017, 8:12:51 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28148
- Property Summary bahviour change on ImageField because of django.core.validators.validate_image_file_extension → behaviour change on ImageField because of django.core.validators.validate_image_file_extension
-
Ticket #28148 – Description
v1 v2 1 The following test code snippet stopped working on django 1.11 raisinga validation error because the posted image has not a valid file extension:1 The following test code snippet stopped working after upgrading django to 1.11 from 1.10.x. The code now raises a validation error because the posted image has not a valid file extension: 2 2 3 3 {{{