<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Representing Relationships in Django Templates Without Writing Extra Code (RelatedManager and ManyRelatedManager)</title>
	<atom:link href="http://www.protocolostomy.com/2009/08/31/representing-relationships-in-django-templates-without-writing-extra-code-relatedmanager-and-manyrelatedmanager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.protocolostomy.com/2009/08/31/representing-relationships-in-django-templates-without-writing-extra-code-relatedmanager-and-manyrelatedmanager/</link>
	<description>Made with only the finest 1's and 0's</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:20:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Julio</title>
		<link>http://www.protocolostomy.com/2009/08/31/representing-relationships-in-django-templates-without-writing-extra-code-relatedmanager-and-manyrelatedmanager/comment-page-1/#comment-52138</link>
		<dc:creator>Julio</dc:creator>
		<pubDate>Sat, 26 Feb 2011 22:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=612#comment-52138</guid>
		<description>save my day, thanks</description>
		<content:encoded><![CDATA[<p>save my day, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Russo</title>
		<link>http://www.protocolostomy.com/2009/08/31/representing-relationships-in-django-templates-without-writing-extra-code-relatedmanager-and-manyrelatedmanager/comment-page-1/#comment-22586</link>
		<dc:creator>Joshua Russo</dc:creator>
		<pubDate>Thu, 03 Sep 2009 12:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=612#comment-22586</guid>
		<description>I just implemented something similar to this using generic views. I got the idea from the tutorial that talks about using modelX.relationY_set. Something to remember about the object variable in templates (or any object you pass into your context) is that you have access to any of the properties and methods that do not require arguments. (I could be wrong, in that there may be a way to call methods with arguments but I have yet to need them)</description>
		<content:encoded><![CDATA[<p>I just implemented something similar to this using generic views. I got the idea from the tutorial that talks about using modelX.relationY_set. Something to remember about the object variable in templates (or any object you pass into your context) is that you have access to any of the properties and methods that do not require arguments. (I could be wrong, in that there may be a way to call methods with arguments but I have yet to need them)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Digest for August 31st &#124; William Stearns</title>
		<link>http://www.protocolostomy.com/2009/08/31/representing-relationships-in-django-templates-without-writing-extra-code-relatedmanager-and-manyrelatedmanager/comment-page-1/#comment-22459</link>
		<dc:creator>Daily Digest for August 31st &#124; William Stearns</dc:creator>
		<pubDate>Tue, 01 Sep 2009 03:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=612#comment-22459</guid>
		<description>[...] Shared Brian Jones: Representing Relationships in Django Templates Without Writing Extra Code (RelatedManag... [...]</description>
		<content:encoded><![CDATA[<p>[...] Shared Brian Jones: Representing Relationships in Django Templates Without Writing Extra Code (RelatedManag&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m0j0</title>
		<link>http://www.protocolostomy.com/2009/08/31/representing-relationships-in-django-templates-without-writing-extra-code-relatedmanager-and-manyrelatedmanager/comment-page-1/#comment-22452</link>
		<dc:creator>m0j0</dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=612#comment-22452</guid>
		<description>@malcolm -- I suppose that&#039;s fair, though it would&#039;ve made debugging issues I had a breeze if I could&#039;ve gotten something back when searching the django docs for &quot;ManyRelatedManager&quot;. I mean, Manager objects are covered, and related objects are covered. Maybe it&#039;s more an argument for either more advanced documentation (and maybe this is out there and I just don&#039;t know about it), or a troubleshooting reference section away from the main docs or something. Perhaps this feat is actually best left to the community. I don&#039;t have the answer. Maybe it&#039;s a case of Django being a victim of its own outstanding documentation: the expectations of the users are raised, and can never be met anyway. Still, I applaud the project for trying harder than most.</description>
		<content:encoded><![CDATA[<p>@malcolm &#8212; I suppose that&#8217;s fair, though it would&#8217;ve made debugging issues I had a breeze if I could&#8217;ve gotten something back when searching the django docs for &#8220;ManyRelatedManager&#8221;. I mean, Manager objects are covered, and related objects are covered. Maybe it&#8217;s more an argument for either more advanced documentation (and maybe this is out there and I just don&#8217;t know about it), or a troubleshooting reference section away from the main docs or something. Perhaps this feat is actually best left to the community. I don&#8217;t have the answer. Maybe it&#8217;s a case of Django being a victim of its own outstanding documentation: the expectations of the users are raised, and can never be met anyway. Still, I applaud the project for trying harder than most.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Tredinnick</title>
		<link>http://www.protocolostomy.com/2009/08/31/representing-relationships-in-django-templates-without-writing-extra-code-relatedmanager-and-manyrelatedmanager/comment-page-1/#comment-22451</link>
		<dc:creator>Malcolm Tredinnick</dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=612#comment-22451</guid>
		<description>Django&#039;s documentation doesn&#039;t mention things like RelatedManager because they&#039;re internal implementation details. You never need to know what they are to use Django and they aren&#039;t part of the public API. Django does document how to traverse to related fields, as you&#039;ve discovered and that is the relevant piece of information here. There&#039;s a mild argument to be made that we could title a couple of sections slightly differently and maybe tweak the text, since it&#039;s sometimes easy to miss.</description>
		<content:encoded><![CDATA[<p>Django&#8217;s documentation doesn&#8217;t mention things like RelatedManager because they&#8217;re internal implementation details. You never need to know what they are to use Django and they aren&#8217;t part of the public API. Django does document how to traverse to related fields, as you&#8217;ve discovered and that is the relevant piece of information here. There&#8217;s a mild argument to be made that we could title a couple of sections slightly differently and maybe tweak the text, since it&#8217;s sometimes easy to miss.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

