﻿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
26768	Using a ManyToMany field in a model's __unicode__/__str__ method can cause infinite recursion	Lakin Wecker	nobody	"If you define a model with a __unicode__/__str__ method and use ManyToMany field - accessing the ManyToMany description can raise a value error in its constructor:

https://github.com/django/django/blob/master/django/db/models/fields/related_descriptors.py#L804

When that value error is raise, it attempts to get a string representation of that instance again, which causes infinite recursion."	Bug	closed	Database layer (models, ORM)	1.9	Normal	duplicate			Unreviewed	0	0	0	0	0	0
