<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Personal blog of Seph Soliman &#187; django</title>
	<atom:link href="http://www.seph.dk/tag/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seph.dk</link>
	<description>Thoughts, Tinkerings and Tips</description>
	<lastBuildDate>Mon, 08 Mar 2010 21:36:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pruning Django-tagging</title>
		<link>http://www.seph.dk/uncategorized/pruning-django-tagging/</link>
		<comments>http://www.seph.dk/uncategorized/pruning-django-tagging/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 18:41:36 +0000</pubDate>
		<dc:creator>Seph Soliman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://www.mijav.dk/?p=312</guid>
		<description><![CDATA[A great application for Django is django-tagging. However using tagging and removing the items to which they refer will lead to a lot of unused Tags and TaggedItems lying around.
So I wrote a small function to prune Django. There's a good chance I'll clean up the code for submission to the django-tagging codebase.
Download source
]]></description>
			<content:encoded><![CDATA[<p>A great application for <a href="http://www.djangoproject.com/">Django</a> is <a href="http://code.google.com/p/django-tagging/">django-tagging</a>. However using tagging and removing the items to which they refer will lead to a lot of unused Tags and TaggedItems lying around.</p>
<p>So I wrote a small function to prune Django. There's a good chance I'll clean up the code for submission to the django-tagging codebase.</p>
<p><a href="/wp-content/uploads/utils.py">Download source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seph.dk/uncategorized/pruning-django-tagging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
