﻿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
2232	ManyRelatedManager is broken in certain conditions (can't get .all() from ManyToManyField)	Maniac@…	Malcolm Tredinnick	"Looks like changeset 3195 has broken ManyToManyRelations. This simple code shows the problem:

{{{
class Article(models.Model):
  authors = models.ManyToManyField(Author)

...

article = Article.objects.all()[0]
article.authors.all() # Exception
}}}

The exception is 

TypeError: Cannot resolve keyword 'article' into field"	defect	closed	Database layer (models, ORM)		major	fixed		Maniac@… Malcolm Tredinnick	Unreviewed	0	0	0	0	0	0
