1
0
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:
Andriy Sokolovskiy
2015-06-16 18:24:59 +03:00
committed by Tim Graham
parent fbc618c13c
commit cf6ce279c7
5 changed files with 35 additions and 6 deletions

View File

@@ -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`).