﻿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
28623	"Docs:  handle_uploaded_file(f) .. what is ""f""?"	Thomas Güttler	nobody	"https://docs.djangoproject.com/en/1.11/topics/http/file-uploads/

{{{
def handle_uploaded_file(f):
    with open('some/file/name.txt', 'wb+') as destination:
        for chunk in f.chunks():
            destination.write(chunk)
}}}

I talked with an other developer about this above code.

I can create a pull request.

It would be nice if you give me a matching name for this variable.

I started to stutter. 

Why?

Because: What is ""f""?

A more verbose name would be great.



"	Cleanup/optimization	closed	Documentation	1.11	Normal	worksforme			Unreviewed	0	0	0	0	0	0
