﻿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
33644	FAQ about ManyToManyField in list_filter is outdated.	Dominik	Dominik	"The FAQ about the admin page concerning [https://docs.djangoproject.com/en/dev/faq/admin/#my-list-filter-contains-a-manytomanyfield-but-the-filter-doesn-t-display list filters for ManyToManyFields] states that the filter won't display if there are fewer than two related objects, since filtering with only a single option would be meaningless.

In reality however, the filter already displays when there is only one related object and (per default) adds a None option to filter for objects with no relations.

The FAQ should probably state that the filter disappers when there are no related objects available, since in that case only the None option would remain, which would indeed be a meaningless filter."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	FAQ Admin list filter manytomany		Ready for checkin	1	0	0	0	1	0
