<?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: ProgrammingError: Can&#8217;t Adapt</title>
	<atom:link href="http://www.nerdydork.com/django-programmingerror-cant-adapt.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html</link>
	<description>Dustin Davis reviews... the internet.</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Erik Näslund</title>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html/comment-page-1#comment-7173</link>
		<dc:creator>Erik Näslund</dc:creator>
		<pubDate>Fri, 21 Jan 2011 00:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=625#comment-7173</guid>
		<description>Just adding another possible cause for the &quot;can&#039;t adapt&quot; error. I myself was running a way old psycopg2 (2.0.1) which caused this problem. Upgraded to 2.3.1 and the error went away.</description>
		<content:encoded><![CDATA[<p>Just adding another possible cause for the &#8220;can&#8217;t adapt&#8221; error. I myself was running a way old psycopg2 (2.0.1) which caused this problem. Upgraded to 2.3.1 and the error went away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: podja</title>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html/comment-page-1#comment-6844</link>
		<dc:creator>podja</dc:creator>
		<pubDate>Thu, 06 May 2010 14:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=625#comment-6844</guid>
		<description>It is exactly what the blog says it is. A tuple is returned and you are trying to access an option not available. Adding &#039;created&#039; (which basically returns true or false) before &#039;person&#039; as done, solves the problem. Then you can access all the stuff from person. 
PS - syntax error was classic. Thank you.</description>
		<content:encoded><![CDATA[<p>It is exactly what the blog says it is. A tuple is returned and you are trying to access an option not available. Adding &#8216;created&#8217; (which basically returns true or false) before &#8216;person&#8217; as done, solves the problem. Then you can access all the stuff from person.<br />
PS &#8211; syntax error was classic. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harel Malka</title>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html/comment-page-1#comment-6834</link>
		<dc:creator>Harel Malka</dc:creator>
		<pubDate>Tue, 27 Apr 2010 09:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=625#comment-6834</guid>
		<description>Its when you attempt to insert a dict/list/etc value into a varchar or int fields... It won&#039;t str() the value for you so the db won&#039;t be able to &#039;adapt&#039; to the value you attempt to put in.</description>
		<content:encoded><![CDATA[<p>Its when you attempt to insert a dict/list/etc value into a varchar or int fields&#8230; It won&#8217;t str() the value for you so the db won&#8217;t be able to &#8216;adapt&#8217; to the value you attempt to put in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Retail Makeup Store</title>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html/comment-page-1#comment-6699</link>
		<dc:creator>Retail Makeup Store</dc:creator>
		<pubDate>Wed, 03 Mar 2010 03:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=625#comment-6699</guid>
		<description>lol, I&#039;ve had this issue a thousand times over where I&#039;m programming and have an error I&#039;ve seen a thousand times but it still takes me a short while to figure it out... good thinking on blogging about it</description>
		<content:encoded><![CDATA[<p>lol, I&#8217;ve had this issue a thousand times over where I&#8217;m programming and have an error I&#8217;ve seen a thousand times but it still takes me a short while to figure it out&#8230; good thinking on blogging about it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Double Glazing Addiscombe</title>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html/comment-page-1#comment-6698</link>
		<dc:creator>Double Glazing Addiscombe</dc:creator>
		<pubDate>Mon, 01 Mar 2010 21:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=625#comment-6698</guid>
		<description>Synax you say, that would make sense LOL</description>
		<content:encoded><![CDATA[<p>Synax you say, that would make sense LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lån Penge</title>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html/comment-page-1#comment-6693</link>
		<dc:creator>Lån Penge</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=625#comment-6693</guid>
		<description>Hi I think your error is due to some syntax error. I do not know much about computer programming but I think syntax error cam be. One of my friend has similar kind of error and he checked his syntax</description>
		<content:encoded><![CDATA[<p>Hi I think your error is due to some syntax error. I do not know much about computer programming but I think syntax error cam be. One of my friend has similar kind of error and he checked his syntax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suphancyber</title>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html/comment-page-1#comment-6663</link>
		<dc:creator>suphancyber</dc:creator>
		<pubDate>Wed, 10 Feb 2010 02:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=625#comment-6663</guid>
		<description>Wir hatten dieses Problem auf einem Server mit mod_python mit zwei verschiedenen Anwendungen. Mit nur einer Anwendung hatte keine Probleme</description>
		<content:encoded><![CDATA[<p>Wir hatten dieses Problem auf einem Server mit mod_python mit zwei verschiedenen Anwendungen. Mit nur einer Anwendung hatte keine Probleme</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tattooboy</title>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html/comment-page-1#comment-6646</link>
		<dc:creator>tattooboy</dc:creator>
		<pubDate>Fri, 05 Feb 2010 01:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=625#comment-6646</guid>
		<description>That&#039;s the only way to go when you work on computers,  I do research from time to time and my computer tends to get a lot of viruses when I go to sites not much travelled.   To keep track of which web-pages have these viruses you need to write them down to avoid returning to them.  In light of all this it&#039;s also a good idea to keep your work saved as well including your research links.</description>
		<content:encoded><![CDATA[<p>That&#8217;s the only way to go when you work on computers,  I do research from time to time and my computer tends to get a lot of viruses when I go to sites not much travelled.   To keep track of which web-pages have these viruses you need to write them down to avoid returning to them.  In light of all this it&#8217;s also a good idea to keep your work saved as well including your research links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaloy</title>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html/comment-page-1#comment-6632</link>
		<dc:creator>aaloy</dc:creator>
		<pubDate>Mon, 01 Feb 2010 13:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=625#comment-6632</guid>
		<description>We had this problem on a server running mod_python with two different applications. With just one application there was no problem.

We moved to a wsgi configuration and we haven&#039;t received any &quot;can&#039;t adapt&quot; problems.</description>
		<content:encoded><![CDATA[<p>We had this problem on a server running mod_python with two different applications. With just one application there was no problem.</p>
<p>We moved to a wsgi configuration and we haven&#8217;t received any &#8220;can&#8217;t adapt&#8221; problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jiri Barton</title>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html/comment-page-1#comment-6620</link>
		<dc:creator>Jiri Barton</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=625#comment-6620</guid>
		<description>For me, this has always meant I&#039;m trying to save/create data which the database will not accept, such as None (NULL) into a non-NULL column.</description>
		<content:encoded><![CDATA[<p>For me, this has always meant I&#8217;m trying to save/create data which the database will not accept, such as None (NULL) into a non-NULL column.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.nerdydork.com/django-programmingerror-cant-adapt.html/feed ) in 0.20949 seconds, on Feb 9th, 2012 at 2:44 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 3:44 am UTC -->
