Changes between Version 1 and Version 2 of Ticket #25756, comment 2
- Timestamp:
- Jan 5, 2016, 6:24:44 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25756, comment 2
v1 v2 7 7 2. The save method of FileField is setting the instance file attribute to a file, which in this case is wrong because it should be a list of files. 8 8 9 3. the pre save method in file field is the one that is actually saving the file .9 3. the pre save method in file field is the one that is actually saving the file, since ArrayField is not calling the super of that, this cannot work.