﻿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
26106	Inconsistency on uploaded image format name	Benjamin	nobody	"Hello,

on my code I intercept form data posted both from the admin and template frontend.
I need to catch the format name and use it in my code.

From the frontend, to get to this value from a submitted form request.FILES the path is:
'''image.image.format'''

From the admin, when submitting a new image in a field, saving, then intercepting the file with a save signal, from the instance, the path to the image format is:
'''image.file.image.format'''

I'm not sure this is intended.... anyway it can cause problem."	Cleanup/optimization	closed	Uncategorized	1.9	Normal	invalid			Unreviewed	0	0	0	0	0	0
