<?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"
	>
<channel>
	<title>Comments on: Overriding a single field in the Django admin, using newforms-admin</title>
	<atom:link href="http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Mon, 01 Dec 2008 23:41:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Fictitious Nonsense</title>
		<link>http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin#comment-122665</link>
		<dc:creator>Fictitious Nonsense</dc:creator>
		<pubDate>Mon, 06 Oct 2008 04:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin#comment-122665</guid>
		<description>[...] Django to use a different widget than the normal textarea widget for my model. I found this post and followed its directions. I worked great, but just didn&#8217;t feel right. Then by pure chance [...]</description>
		<content:encoded><![CDATA[<p>[...] Django to use a different widget than the normal textarea widget for my model. I found this post and followed its directions. I worked great, but just didn&#8217;t feel right. Then by pure chance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: casseen</title>
		<link>http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin#comment-122017</link>
		<dc:creator>casseen</dc:creator>
		<pubDate>Sat, 02 Aug 2008 13:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin#comment-122017</guid>
		<description>It should read:

kwargs['widget'] = ColourChooserWidget
return db_field.formfield(**kwargs) </description>
		<content:encoded><![CDATA[<p>It should read:</p>
<p>kwargs['widget'] = ColourChooserWidget<br />
return db_field.formfield(**kwargs)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya</title>
		<link>http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin#comment-122008</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Fri, 01 Aug 2008 09:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin#comment-122008</guid>
		<description>How is it possible to override options for widget? I simply want to add cols and rows for TextField.</description>
		<content:encoded><![CDATA[<p>How is it possible to override options for widget? I simply want to add cols and rows for TextField.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin#comment-109628</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Sun, 30 Mar 2008 12:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin#comment-109628</guid>
		<description>Will: oops. cut-and-paste error. I'd do super(VehicleAdmin, self) there. Good catch.</description>
		<content:encoded><![CDATA[<p>Will: oops. cut-and-paste error. I&#8217;d do super(VehicleAdmin, self) there. Good catch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin#comment-109603</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Fri, 28 Mar 2008 20:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin#comment-109603</guid>
		<description>Where did the `ArticleOptions` in super(ArticleOptions,self).formfield_for_dbfield(db_field,**kwargs) come from?

Shouldn't that be super(admin.ModelAdmin,self).formfield_for_dbfield(db_field,**kwargs)?
</description>
		<content:encoded><![CDATA[<p>Where did the `ArticleOptions` in super(ArticleOptions,self).formfield_for_dbfield(db_field,**kwargs) come from?</p>
<p>Shouldn&#8217;t that be super(admin.ModelAdmin,self).formfield_for_dbfield(db_field,**kwargs)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
