﻿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
21491	Remove outdated workaround in ManyToManyField.related_name documentation	Baptiste Mispelon	nobody	"There used to be an issue where if you had two M2M fields pointing to the same model, you couldn't use `related_name='+'` on both.

This was reported in #15932 and fixed by documenting a workaround [1].

However, the underlying issue was fixed in #21375 so I think we can now remove the mention of the workaround.

[1] https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ManyToManyField.related_name"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Unreviewed	1	0	0	0	1	0
