﻿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
36194	add async support to ManyToManyField	amirreza	amirreza	"hi
i'm working on an async version of `ModelForm` on a third party package
a problem that occurs is the lack of async support in mant to many fields
in particular, [https://github.com/django/django/blob/main/django/forms/models.py#L536 _save_m2m] calls [https://github.com/django/django/blob/main/django/db/models/fields/related.py#L2010 save_form_data], but there is no async equivalent to this method
even tho `save_form_data` is basically calling [https://github.com/django/django/blob/main/django/db/models/fields/related_descriptors.py#L1275 ManyRelatedManage.set()] which has an async equivalent

so i think adding an async version is a feasible option, ofc this means adding async version of other methods of ManyToManyField that need one
so i'm volunteering for this"	New feature	closed	Forms	5.1	Normal	wontfix		amirreza Jon Janzen Andrew Godwin	Unreviewed	0	0	0	0	0	0
