﻿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
18066	ModelChoiceIterator reports incorrect length	Berislav Lopac	nobody	"On line 899 of `django/forms/models.py`, the `__len__` method returns the length of `self.queryset`, which always return as one -- instead, shouldn't it return the length of `self.queryset.all()`?

I have tried to get `{% my_fk_field.choices|length %}` and it kept returning as 1 -- only when I put `{% my_fk_field.choices.queryset.all|length %}` I got the correct length. I might be mistaken, but this looks like a bug to me..."	Bug	closed	Forms	1.4	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
