summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.txt
diff options
context:
space:
mode:
authorsafu9 <atlantis.19980911@gmail.com>2018-04-03 12:06:08 +0900
committerTim Graham <timograham@gmail.com>2018-04-04 13:16:03 -0400
commit9fd9f8bbb23407254aa0ba851dbcc8e7f696c3de (patch)
treeebb038c2c4aa9c2c338182d223b86927f5ce2cf6 /docs/releases/2.1.txt
parentcf8fc4797458b2c788ecf0be0afca6b0512ce1c0 (diff)
Fixed #29284 -- Made ImageField render with accept="image/*"' HTML attribute.
Diffstat (limited to 'docs/releases/2.1.txt')
-rw-r--r--docs/releases/2.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index 8ad64f250a..87181fb33d 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -166,7 +166,8 @@ File Uploads
Forms
~~~~~
-* ...
+* The widget for ``ImageField`` now renders with the HTML attribute
+ ``accept="image/*"``.
Generic Views
~~~~~~~~~~~~~