﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28540	When you save three or more ImageField in admin file perm = 0o600	Yaroslav Demidenko	nobody	"This bug find in prod server (nginx, supervisor + gunicorn)

I have models:
MainModel() and 
SubModel():
 main_id = FK(MainModel)
 im1 = ImageField()
 im2 = ImageField()
 im3 = ImageField()

When I fill SubModel object in admin (as InlineAdmin) and click save button, all images are saved, but permissions == 0600.
If I fill any two imgs (or one), all is well.
Django 1.10.5 - this bug not found.

Sorry for my English."	Bug	new	File uploads/storage	1.11	Normal		ImageField, save, permissions		Unreviewed	0	0	0	0	0	0
