Changes between Initial Version and Version 1 of Ticket #29284
- Timestamp:
- Apr 2, 2018, 10:11:37 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29284
- Property Has patch set
-
Ticket #29284 – Description
initial v1 1 1 I think ImageField widget need ' accept="image/*" ' attribute as default. In some devices such as iPhone, input form doesn't work without this attribute. 2 2 3 I'll write pr for this ticket. 3 This is pr for this ticket: https://github.com/django/django/pull/9850