﻿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
24352	Coercing ManyRelatedManager to string raises StopIteration exception	rasca	Gabriel Muñumel	"As with #22982 this is broken in 1.7.

It should be trivial to workaround adding 

{{{
    def __str__(self):
        return repr(self)
}}}

as in 29585e9b6a0ce15dc0149c8424cd11c3e27ee295 but this may be present in some other parts of django or custom managers, so maybe it would be a good idea to try a better fix."	Bug	closed	Database layer (models, ORM)	1.7	Normal	fixed			Accepted	0	0	0	0	1	0
