<?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: Django 1.0: Filtering object list and ForeignKey (ModelChoiceField) in Admin Site (contrib.admin)</title>
	<atom:link href="http://triopter.com/archive/django-10-filtering-object-list-and-foreignkey-modelchoicefield-in-admin-site-contribadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://triopter.com/archive/django-10-filtering-object-list-and-foreignkey-modelchoicefield-in-admin-site-contribadmin/</link>
	<description>Hello.  My name is Noemi Millman, and Triopter is my web development agency.  We handcraft beautiful, dynamic websites.</description>
	<lastBuildDate>Fri, 13 Jan 2012 10:58:49 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Noemi Millman</title>
		<link>http://triopter.com/archive/django-10-filtering-object-list-and-foreignkey-modelchoicefield-in-admin-site-contribadmin/comment-page-1/#comment-11201</link>
		<dc:creator>Noemi Millman</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://triopter.com/archive/django-10-filtering-object-list-and-foreignkey-modelchoicefield-in-admin-site-contribadmin/#comment-11201</guid>
		<description>Is that the case in 1.0 as well as 1.1?  I couldn&#039;t for the life of me seem to get the request from the arguments to formfield_for_dbfield when building my last app (on 1.0).  Either way, definitely good to know.</description>
		<content:encoded><![CDATA[<p>Is that the case in 1.0 as well as 1.1?  I couldn&#8217;t for the life of me seem to get the request from the arguments to formfield_for_dbfield when building my last app (on 1.0).  Either way, definitely good to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam K.</title>
		<link>http://triopter.com/archive/django-10-filtering-object-list-and-foreignkey-modelchoicefield-in-admin-site-contribadmin/comment-page-1/#comment-11196</link>
		<dc:creator>Adam K.</dc:creator>
		<pubDate>Mon, 10 Aug 2009 05:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://triopter.com/archive/django-10-filtering-object-list-and-foreignkey-modelchoicefield-in-admin-site-contribadmin/#comment-11196</guid>
		<description>You have request in keywords argument inside formfield_for_dbfield. So you may:
request = kwargs[&#039;request&#039;]</description>
		<content:encoded><![CDATA[<p>You have request in keywords argument inside formfield_for_dbfield. So you may:<br />
request = kwargs['request']</p>
]]></content:encoded>
	</item>
</channel>
</rss>

