﻿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
32877	request.POST sending array	LAHRIZI Ahmed	nobody	"I'm facing this issue with `request.POST`, i have a form and when im trying to acess it in my class `User`, i'm giving it all the arguments from `request.POST`
{{{#!python
    new_user = User(**request.POST)
}}}
(to make it work i use `**trash_args`)
{{{#!python
    def __init__(arg1, arg2, **trash_args):
    stuff()
    return
}}}
the problem is when i print my arguments in the init i get `[value]` instead of `value` (it in a list), 

is it related to this issue ?
https://code.djangoproject.com/ticket/1130

here are my two files on github 

edi(i sent the wrong line): https://github.com/ahmedlahrizi/crm/blob/7dbd6f222b66c59dfa7b6f1aebdad7f71d1178dd/crm/api/crm.py#L15
https://github.com/ahmedlahrizi/crm/blob/main/crm/contacts/views.py

Thank you !"	Cleanup/optimization	new	Uncategorized	3.2	Normal		request, request.POST, post, request.post, array, list, OOP, oop, kwarg, kwargs		Unreviewed	0	0	0	0	0	0
