<?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 auto_now Removal Gotcha</title>
	<atom:link href="http://coderseye.com/2007/django-auto_now-removal-gotcha.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coderseye.com/2007/django-auto_now-removal-gotcha.html</link>
	<description>Programming is passion made real</description>
	<lastBuildDate>Fri, 09 Dec 2011 00:27:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Bass Guitar Stands</title>
		<link>http://coderseye.com/2007/django-auto_now-removal-gotcha.html#comment-359</link>
		<dc:creator>Bass Guitar Stands</dc:creator>
		<pubDate>Thu, 27 May 2010 07:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/django-auto_now-removal-gotcha.html#comment-359</guid>
		<description>Nice to be visiting your blog again, it may be months for me. Well this post that i&#039;ve been waited for so long. I need this post to total my assignment in the college, and it has exact same topic with your article. Many thanks, excellent write about.</description>
		<content:encoded><![CDATA[<p>Nice to be visiting your blog again, it may be months for me. Well this post that i&#8217;ve been waited for so long. I need this post to total my assignment in the college, and it has exact same topic with your article. Many thanks, excellent write about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramin</title>
		<link>http://coderseye.com/2007/django-auto_now-removal-gotcha.html#comment-358</link>
		<dc:creator>Ramin</dc:creator>
		<pubDate>Sun, 24 Feb 2008 18:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/django-auto_now-removal-gotcha.html#comment-358</guid>
		<description>Minor typo.

models.DatetimeField() should be models.DateTimeField() (with capitalized &#039;T&#039;).</description>
		<content:encoded><![CDATA[<p>Minor typo.</p>
<p>models.DatetimeField() should be models.DateTimeField() (with capitalized &#8216;T&#8217;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Tredinnick</title>
		<link>http://coderseye.com/2007/django-auto_now-removal-gotcha.html#comment-357</link>
		<dc:creator>Malcolm Tredinnick</dc:creator>
		<pubDate>Tue, 08 May 2007 01:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/django-auto_now-removal-gotcha.html#comment-357</guid>
		<description>There&#039;s something else going on here, I suspect. Both the create() and get_or_create() method do call your model&#039;s save() method. In fact, get_or_create() is implemented more or less exactly as in your second example.

If you want to trace throught the code, MyModel.objects.get_or_create() calls django.db.models.manager.Manager.get_or_create() which just passes off the real work to django.db.models.query.QuerySet.get_or_create() and you can see that calling obj.save() when required.

So it would be interesting to understand what is really changing when you make the substitution you suggest above.</description>
		<content:encoded><![CDATA[<p>There&#8217;s something else going on here, I suspect. Both the create() and get_or_create() method do call your model&#8217;s save() method. In fact, get_or_create() is implemented more or less exactly as in your second example.</p>
<p>If you want to trace throught the code, MyModel.objects.get_or_create() calls django.db.models.manager.Manager.get_or_create() which just passes off the real work to django.db.models.query.QuerySet.get_or_create() and you can see that calling obj.save() when required.</p>
<p>So it would be interesting to understand what is really changing when you make the substitution you suggest above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

