﻿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
34135	Add async interface to ManyRelatedManager & RelatedManager	Jon Janzen	Jon Janzen	"With #34112 and #33646 combined, there is now an async interface for reading/writing Models in a lot of cases. One of the obvious places where that isn't true is in `RelatedManager` instances. `RelatedManager` instances are missing async versions of:

* `add`
* `remove`
* `clear`
* `set`

And this might be a separate ticket but the docs (1) are missing a reference to `acreate` which according to `dir()` exists on `ManyRelatedManager`

(1) https://docs.djangoproject.com/en/dev/ref/models/relations/#django.db.models.fields.related.RelatedManager"	New feature	assigned	Database layer (models, ORM)	dev	Normal		async	Carlton Gibson	Accepted	0	0	0	0	0	0
