<?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: Fixing a category assigned with itself as parent in Satchmo</title>
	<atom:link href="http://coderseye.com/2008/fixing-a-category-assigned-with-itself-as-parent-in-satchmo.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coderseye.com/2008/fixing-a-category-assigned-with-itself-as-parent-in-satchmo.html</link>
	<description>Programming is passion made real</description>
	<lastBuildDate>Thu, 12 Aug 2010 01:54:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kyle</title>
		<link>http://coderseye.com/2008/fixing-a-category-assigned-with-itself-as-parent-in-satchmo.html#comment-520</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 03 Jun 2008 20:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2008/fixing-a-category-assigned-with-itself-as-parent-in-satchmo.html#comment-520</guid>
		<description>I had a similar problem with Pages in our CMS -- you could assign a page&#039;s parent to be itself.

The more preemptive solution we decided on was to simply override save(), and set `parent = None` if self.parent = self.</description>
		<content:encoded><![CDATA[<p>I had a similar problem with Pages in our CMS &#8212; you could assign a page&#8217;s parent to be itself.</p>
<p>The more preemptive solution we decided on was to simply override save(), and set `parent = None` if self.parent = self.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
