mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField
This commit is contained in:
committed by
Tim Graham
parent
fbc618c13c
commit
cf6ce279c7
@@ -71,3 +71,6 @@ Bugfixes
|
||||
using UUID primary keys (:ticket:`24912`).
|
||||
|
||||
* Fixed removing ``unique_together`` constraints on MySQL (:ticket:`24972`).
|
||||
|
||||
* Fixed crash when uploading images with MIME types that Pillow doesn't detect,
|
||||
such as bitmap, in ``forms.ImageField`` (:ticket:`24948`).
|
||||
|
||||
Reference in New Issue
Block a user