Changes between Initial Version and Version 1 of Ticket #27383
- Timestamp:
- Oct 25, 2016, 3:39:26 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27383 – Description
initial v1 15 15 It was working until Django 1.9.x, but switching to Django 1.10, submission of files through a ModelForm stopped working. I found a solution by removing the useless `default=None`. Even though its usefulness can be questioned, it looks like it is a regression not documented in the release notes. 16 16 17 Should we bother adding it or fix it?17 Should we bother adding it or change back the behaviour?