﻿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
2684	[patch] Backwards relations (ie. xxx_set) across different apps needs voodoo magic to work	parlar@…	oggie_rob	"As described (and temporarily solved) here: http://groups.google.com/group/django-users/browse_frm/thread/8b1f9699dd5c72d1/2663f422db6a027c?lnk=arm#2663f422db6a027c

In general, I have a Photo model and an Article model. They live in separate applications. The Article model has:
picture = models.ForeignKey(Photo)

The problem is that you can't access the 'article_set' attribute from a Photo instance *unless* you've already imported 'Article'. 

Russell says that this is reasonably obvious if you know the internals, but it's definitely not documented.

So this should be properly documented, and if anyone can figure out how, a fix should be put in so you don't need to import the 'Article' model just to be able to access 'article_set' on a Photo instance.
 "	defect	closed	Core (Other)	dev	normal	worksforme			Accepted	1	0	0	1	0	0
