<?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: Extending the Django Admin Interface</title>
	<atom:link href="http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/</link>
	<description>Usability, IA, UX and Design</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:41:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: tom</title>
		<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/comment-page-1/#comment-54227</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 10 Nov 2011 12:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.theotherblog.com/?p=4879#comment-54227</guid>
		<description>Hi all... sorry I stumbled across an old backup and found the lost images... FIXED!

It&#039;s probably ALL VERY OLD BY NOW THOUGH... so use with caution, I&#039;m no longer Django-ing, so good luck...</description>
		<content:encoded><![CDATA[<p>Hi all&#8230; sorry I stumbled across an old backup and found the lost images&#8230; FIXED!</p>
<p>It&#8217;s probably ALL VERY OLD BY NOW THOUGH&#8230; so use with caution, I&#8217;m no longer Django-ing, so good luck&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navaneethan</title>
		<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/comment-page-1/#comment-54226</link>
		<dc:creator>Navaneethan</dc:creator>
		<pubDate>Thu, 10 Nov 2011 11:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.theotherblog.com/?p=4879#comment-54226</guid>
		<description>Could you please make sure to display your images for this article.
that could be convenient for all ;-)
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Could you please make sure to display your images for this article.<br />
that could be convenient for all <img src='http://www.theotherblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/comment-page-1/#comment-53884</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Fri, 07 Jan 2011 14:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.theotherblog.com/?p=4879#comment-53884</guid>
		<description>Thanks a lot OP, this is just what I was looking for. Very nice article. However, like the previous poster, I&#039;d really like to see the missing images.</description>
		<content:encoded><![CDATA[<p>Thanks a lot OP, this is just what I was looking for. Very nice article. However, like the previous poster, I&#8217;d really like to see the missing images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laur</title>
		<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/comment-page-1/#comment-53833</link>
		<dc:creator>Laur</dc:creator>
		<pubDate>Sat, 09 Oct 2010 21:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.theotherblog.com/?p=4879#comment-53833</guid>
		<description>Very nice post. I was looking for something like this. Can you please fix the images though (only the first image shows)?

Thanks a mill.</description>
		<content:encoded><![CDATA[<p>Very nice post. I was looking for something like this. Can you please fix the images though (only the first image shows)?</p>
<p>Thanks a mill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/comment-page-1/#comment-53565</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sat, 17 Apr 2010 16:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.theotherblog.com/?p=4879#comment-53565</guid>
		<description>This snippet:
&quot;self.message_user(request, &quot;%s&quot; % msg)&quot;
can you expand on it?

I thought it would show a message above the change list, but nothing shows up there... any idea how to make that happen?

Thanks!</description>
		<content:encoded><![CDATA[<p>This snippet:<br />
&#8220;self.message_user(request, &#8220;%s&#8221; % msg)&#8221;<br />
can you expand on it?</p>
<p>I thought it would show a message above the change list, but nothing shows up there&#8230; any idea how to make that happen?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/comment-page-1/#comment-53468</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 24 Feb 2010 06:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.theotherblog.com/?p=4879#comment-53468</guid>
		<description>The snippet you mentioned in #3 isn’t compatible with modern django, I rewrote it for django 1.1.1. It was just what I needed, thanks!

http://www.djangosnippets.org/snippets/1936/</description>
		<content:encoded><![CDATA[<p>The snippet you mentioned in #3 isn’t compatible with modern django, I rewrote it for django 1.1.1. It was just what I needed, thanks!</p>
<p><a href="http://www.djangosnippets.org/snippets/1936/" rel="nofollow">http://www.djangosnippets.org/snippets/1936/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/comment-page-1/#comment-53467</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 24 Feb 2010 06:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.theotherblog.com/?p=4879#comment-53467</guid>
		<description>The snippet you mentioned in #3 isn&#039;t compatible with modern django, I rewrote it for django 1.1.1.  It was just what I needed, thanks!</description>
		<content:encoded><![CDATA[<p>The snippet you mentioned in #3 isn&#8217;t compatible with modern django, I rewrote it for django 1.1.1.  It was just what I needed, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/comment-page-1/#comment-53346</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.theotherblog.com/?p=4879#comment-53346</guid>
		<description>@Christiano ... er, can&#039;t you just redirect to the referring url, having done your business in your method? That worked for me.</description>
		<content:encoded><![CDATA[<p>@Christiano &#8230; er, can&#8217;t you just redirect to the referring url, having done your business in your method? That worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/comment-page-1/#comment-53345</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.theotherblog.com/?p=4879#comment-53345</guid>
		<description>Ah yes, the CurrentUserField is ace, and bizarrely is mentions in a Django book, I forget its name - It might be Professional Django Applications. It is black with greenish text (I think)... Andy at isotoma will know (I borrrowed it off his desk).

What was bizarre was that I was sitting thinking, how the hell am I going to do this. I idly picked up the book at it fell open on the relevant page.</description>
		<content:encoded><![CDATA[<p>Ah yes, the CurrentUserField is ace, and bizarrely is mentions in a Django book, I forget its name &#8211; It might be Professional Django Applications. It is black with greenish text (I think)&#8230; Andy at isotoma will know (I borrrowed it off his desk).</p>
<p>What was bizarre was that I was sitting thinking, how the hell am I going to do this. I idly picked up the book at it fell open on the relevant page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/comment-page-1/#comment-53339</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Tue, 03 Nov 2009 07:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.theotherblog.com/?p=4879#comment-53339</guid>
		<description>A really useful &quot;insight&quot; article... I look forward to expansions on subjects that you have breezed through, such as the whole image uploading routine (and how to store images outside the database, but still be able to link to them, and so on).

A quick question: where can I read more about the CurrentUserField ?  There seems to be very online about this...</description>
		<content:encoded><![CDATA[<p>A really useful &#8220;insight&#8221; article&#8230; I look forward to expansions on subjects that you have breezed through, such as the whole image uploading routine (and how to store images outside the database, but still be able to link to them, and so on).</p>
<p>A quick question: where can I read more about the CurrentUserField ?  There seems to be very online about this&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

