﻿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
33852	Ability to exclude a specific view or form from DATA_UPLOAD_MAX_NUMBER_FIELDS	Victor Kovalev	nobody	"Use case & rationale:

We have a large, complicated CMS application. One of the advanced power views this application has uses a form that requires an unusually large number of fields. This particular view is only accessible by Admin users, behind 2 separate authentication gates. So, we'd like that view to support having this form with a large number of fields.

Having said that, given that one of the stated purposes of DATA_UPLOAD_MAX_NUMBER_FIELDS is protection from DoS, increasing the DATA_UPLOAD_MAX_NUMBER_FIELDS value for our entire app across the board (or setting it to None to disable the check) seems counter-productive in terms of security / DoS-protection.

I would really love to have a way to specify ""hey, this particular view or form is OK to use a myriad of fields"" without affecting the rest of the app. Hence the feature request!

Thank you very much for all the wonderful work y'all do with the Django framework."	New feature	closed	Forms	4.0	Normal	wontfix			Unreviewed	0	0	0	0	0	0
