<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Recursive relationships in Django</title>
	<atom:link href="http://contentedweb.wordpress.com/2008/09/24/recursive-relationships-in-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://contentedweb.wordpress.com/2008/09/24/recursive-relationships-in-django/</link>
	<description>Creating a contented web through learning Django.</description>
	<lastBuildDate>Sat, 18 Oct 2008 11:56:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mattias</title>
		<link>http://contentedweb.wordpress.com/2008/09/24/recursive-relationships-in-django/#comment-20</link>
		<dc:creator>Mattias</dc:creator>
		<pubDate>Sat, 18 Oct 2008 11:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=17#comment-20</guid>
		<description>I sounds to me like django evolutions could be your fix.

http://code.google.com/p/django-evolution/</description>
		<content:encoded><![CDATA[<p>I sounds to me like django evolutions could be your fix.</p>
<p><a href="http://code.google.com/p/django-evolution/" rel="nofollow">http://code.google.com/p/django-evolution/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: contentedweb</title>
		<link>http://contentedweb.wordpress.com/2008/09/24/recursive-relationships-in-django/#comment-5</link>
		<dc:creator>contentedweb</dc:creator>
		<pubDate>Mon, 29 Sep 2008 06:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=17#comment-5</guid>
		<description>Thanks Arien, these are helpful links. I&#039;ll definitely be needing this later on so thanks for the links.</description>
		<content:encoded><![CDATA[<p>Thanks Arien, these are helpful links. I&#8217;ll definitely be needing this later on so thanks for the links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arien</title>
		<link>http://contentedweb.wordpress.com/2008/09/24/recursive-relationships-in-django/#comment-4</link>
		<dc:creator>Arien</dc:creator>
		<pubDate>Fri, 26 Sep 2008 14:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=17#comment-4</guid>
		<description>Funny how I also ran into the same problem not too long ago :P

Did you know about fixtures? You can dump the contents of your database, then rebuild the database and get everything added back automatically. I also started recently, and I&#039;m constantly changing my models, while I adapt to Django&#039;s way of the ninja. The fixtures have been working for me (except in some cases where the changes were not really compatible and I had to do it manually).

More info:
http://docs.djangoproject.com/en/dev/howto/initial-data/
http://docs.djangoproject.com/en/dev/ref/django-admin/#dumpdata
http://docs.djangoproject.com/en/dev/ref/django-admin/#loaddata-fixture-fixture

Hope it helps :)</description>
		<content:encoded><![CDATA[<p>Funny how I also ran into the same problem not too long ago <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Did you know about fixtures? You can dump the contents of your database, then rebuild the database and get everything added back automatically. I also started recently, and I&#8217;m constantly changing my models, while I adapt to Django&#8217;s way of the ninja. The fixtures have been working for me (except in some cases where the changes were not really compatible and I had to do it manually).</p>
<p>More info:<br />
<a href="http://docs.djangoproject.com/en/dev/howto/initial-data/" rel="nofollow">http://docs.djangoproject.com/en/dev/howto/initial-data/</a><br />
<a href="http://docs.djangoproject.com/en/dev/ref/django-admin/#dumpdata" rel="nofollow">http://docs.djangoproject.com/en/dev/ref/django-admin/#dumpdata</a><br />
<a href="http://docs.djangoproject.com/en/dev/ref/django-admin/#loaddata-fixture-fixture" rel="nofollow">http://docs.djangoproject.com/en/dev/ref/django-admin/#loaddata-fixture-fixture</a></p>
<p>Hope it helps <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making database schema changes for Django &#171; The Contented Web Blog</title>
		<link>http://contentedweb.wordpress.com/2008/09/24/recursive-relationships-in-django/#comment-3</link>
		<dc:creator>Making database schema changes for Django &#171; The Contented Web Blog</dc:creator>
		<pubDate>Thu, 25 Sep 2008 06:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=17#comment-3</guid>
		<description>[...] The Contented Web Blog Creating a contented web through learning Django.      &#171; Recursive relationships in&#160;Django [...]</description>
		<content:encoded><![CDATA[<p>[...] The Contented Web Blog Creating a contented web through learning Django.      &laquo; Recursive relationships in&nbsp;Django [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
