On Wednesday, May 6, 2020 at 5:49:40 PM UTC+2, Adam Johnson wrote: > > Would just like to point out - that's not the proposal. The proposal is to > rename the existing request.POST to request.form_data, which is based on > parsing application/x-www-form-urlencoded data from request.body. Browsers > only send such data in the body on POST. >
I am not convinced. As Carlton point out, forms with method="GET" are legitimate and wouldn't end up in `form_data` which is imo quite confusing. Do we have any other options? (Hard I know, but…) -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/6bcf7fca-470e-453d-b832-4eac53f8dae2%40googlegroups.com.