﻿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
26248	Make current WSGI request instance available in forms.ModelForm instances.	Dmitriy Sintsov	nobody	"It is so much tiresome to add custom form classes everywhere to access current request from form instances, especially in django.admin. Why request instance is not available as ModelForm member instance by default? ModelForm's may be instantiated in many different parts of application and it's very useful to have self.request instance in forms.ModelForm.clean() method.

Why it is not like that already? Aren't forms tied to requests and are pretty much useless without requests? Anyway, if there is usage of forms.ModelForm without WSGI request (I haven't seen such usage yet, it seems untypical), one may have self.request = None in such case. "	New feature	closed	Forms	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
