<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Errors &#38; Geeks &#187; re-middleware-for-models</title>
	<atom:link href="http://errors-geek.com/tag/re-middleware-for-models/feed/" rel="self" type="application/rss+xml" />
	<link>http://errors-geek.com</link>
	<description>Coding Tips &#38; Tricks</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:02:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Django tips: Tech Model: Question about Django ORM</title>
		<link>http://errors-geek.com/python/django-tips-tech-model-question-about-django-orm/</link>
		<comments>http://errors-geek.com/python/django-tips-tech-model-question-about-django-orm/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 20:29:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[django-generator]]></category>
		<category><![CDATA[django-test]]></category>
		<category><![CDATA[dynamic-model]]></category>
		<category><![CDATA[include-data]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[re-django-and-ldap]]></category>
		<category><![CDATA[re-middleware-for-models]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-tips-tech-model-question-about-django-orm/</guid>
		<description><![CDATA[ Django tips : Tech Model. Tuesday, February 23, 2010. Question about Django ORM. Hello,. I have question about type of design patterns using in Django ORM. It is: Table Data Gateway, Row Data Gateway, Active Record or Data Mapper? ...]]></description>
			<content:encoded><![CDATA[<p> Django tips : Tech Model. Tuesday, February 23, 2010. Question about Django ORM. Hello,. I have question about type of design patterns using in Django ORM. It is: Table Data Gateway, Row Data Gateway, Active Record or Data Mapper? &#8230;</p>
<p>Here is the original: <br />
<a target="_blank" href="http://django-tips-tech-model.blogspot.com/2010/02/question-about-django-orm.html" title="Django tips: Tech Model: Question about Django ORM">Django tips: Tech Model: Question about Django ORM</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/django-tips-tech-model-question-about-django-orm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django tips: Tech Model: NoReverseMatch is making me crazy</title>
		<link>http://errors-geek.com/python/django-tips-tech-model-noreversematch-is-making-me-crazy/</link>
		<comments>http://errors-geek.com/python/django-tips-tech-model-noreversematch-is-making-me-crazy/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:01:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[django-generator]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[re-django-generator]]></category>
		<category><![CDATA[re-middleware-for-models]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-tips-tech-model-noreversematch-is-making-me-crazy/</guid>
		<description><![CDATA[ Django tips : Tech Model. Monday, February 22, 2010. NoReverseMatch is making me crazy. im experiencing a problem since today: my model : class Technology(models.Model): title = models.CharField(max_length=250, ...]]></description>
			<content:encoded><![CDATA[<p> Django tips : Tech Model. Monday, February 22, 2010. NoReverseMatch is making me crazy. im experiencing a problem since today: my model : class Technology(models.Model): title = models.CharField(max_length=250, &#8230;</p>
<p>View original post here:<br />
<a target="_blank" href="http://django-tips-tech-model.blogspot.com/2010/02/noreversematch-is-making-me-crazy.html" title="Django tips: Tech Model: NoReverseMatch is making me crazy">Django tips: Tech Model: NoReverseMatch is making me crazy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/django-tips-tech-model-noreversematch-is-making-me-crazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django tips: Tech Model: Re: have trouble with safe and linebreaks &#8230;</title>
		<link>http://errors-geek.com/python/django-tips-tech-model-re-have-trouble-with-safe-and-linebreaks/</link>
		<comments>http://errors-geek.com/python/django-tips-tech-model-re-have-trouble-with-safe-and-linebreaks/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 13:49:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[django-test]]></category>
		<category><![CDATA[dynamic-model]]></category>
		<category><![CDATA[re-django-generator]]></category>
		<category><![CDATA[re-django-ide]]></category>
		<category><![CDATA[re-middleware-for-models]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-tips-tech-model-re-have-trouble-with-safe-and-linebreaks/</guid>
		<description><![CDATA[ Django tips : Tech Model. Monday, February 22, 2010. Re: have trouble with safe and linebreaks together. It wouldn't really matter if you needed to use something like html2pdf in the future because you can always run a context through a ...]]></description>
			<content:encoded><![CDATA[<p> Django tips : Tech Model. Monday, February 22, 2010. Re: have trouble with safe and linebreaks together. It wouldn&#8217;t really matter if you needed to use something like html2pdf in the future because you can always run a context through a &#8230;</p>
<p>Read the original: <br />
<a target="_blank" href="http://django-tips-tech-model.blogspot.com/2010/02/re-have-trouble-with-safe-and_2549.html" title="Django tips: Tech Model: Re: have trouble with safe and linebreaks ...">Django tips: Tech Model: Re: have trouble with safe and linebreaks &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/django-tips-tech-model-re-have-trouble-with-safe-and-linebreaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django tips: Tech Model: Admin: 1364, &quot;Field &#039;id&#039; doesn&#039;t have a &#8230;</title>
		<link>http://errors-geek.com/python/django-tips-tech-model-admin-1364-field-id-doesnt-have-a/</link>
		<comments>http://errors-geek.com/python/django-tips-tech-model-admin-1364-field-id-doesnt-have-a/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 13:30:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[django-test]]></category>
		<category><![CDATA[include-data]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[re-middleware-for-models]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-tips-tech-model-admin-1364-field-id-doesnt-have-a/</guid>
		<description><![CDATA[ Django tips : Tech Model. Monday, February 22, 2010. Admin: 1364, "Field 'id' doesn't have a default value". Hi,. I wonder if anyone can help me. I am trying to use the admin to create a new group and assign permisisions. ...]]></description>
			<content:encoded><![CDATA[<p> Django tips : Tech Model. Monday, February 22, 2010. Admin: 1364, &#8220;Field &#8216;id&#8217; doesn&#8217;t have a default value&#8221;. Hi,. I wonder if anyone can help me. I am trying to use the admin to create a new group and assign permisisions. &#8230;</p>
<p>Go here to read the rest:<br />
<a target="_blank" href="http://django-tips-tech-model.blogspot.com/2010/02/admin-1364-field-id-doesnt-have-default.html" title="Django tips: Tech Model: Admin: 1364, &quot;Field &#39;id&#39; doesn&#39;t have a ...">Django tips: Tech Model: Admin: 1364, &quot;Field &#39;id&#39; doesn&#39;t have a &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/django-tips-tech-model-admin-1364-field-id-doesnt-have-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django tips: Tech Model: TextField in BaseCommentAbstractModel</title>
		<link>http://errors-geek.com/python/django-tips-tech-model-textfield-in-basecommentabstractmodel/</link>
		<comments>http://errors-geek.com/python/django-tips-tech-model-textfield-in-basecommentabstractmodel/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:27:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[re-django-ide]]></category>
		<category><![CDATA[re-middleware-for-models]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-tips-tech-model-textfield-in-basecommentabstractmodel/</guid>
		<description><![CDATA[ Django tips : Tech Model. Monday, February 22, 2010. TextField in BaseCommentAbstractModel. Hi,. contrib.comments.models.BaseCommentAbstractModel's field object_pk is a TextField to allow for models without integer-ids to be commented. ...]]></description>
			<content:encoded><![CDATA[<p> Django tips : Tech Model. Monday, February 22, 2010. TextField in BaseCommentAbstractModel. Hi,. contrib.comments.models.BaseCommentAbstractModel&#8217;s field object_pk is a TextField to allow for models without integer-ids to be commented. &#8230;</p>
<p>See original here: <br />
<a target="_blank" href="http://django-tips-tech-model.blogspot.com/2010/02/textfield-in-basecommentabstractmodel.html" title="Django tips: Tech Model: TextField in BaseCommentAbstractModel">Django tips: Tech Model: TextField in BaseCommentAbstractModel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/django-tips-tech-model-textfield-in-basecommentabstractmodel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django tips: Tech Model: Re: NoReverseMatch is making me crazy</title>
		<link>http://errors-geek.com/python/django-tips-tech-model-re-noreversematch-is-making-me-crazy/</link>
		<comments>http://errors-geek.com/python/django-tips-tech-model-re-noreversematch-is-making-me-crazy/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:15:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[django-generator]]></category>
		<category><![CDATA[django-test]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[re-django-generator]]></category>
		<category><![CDATA[re-django-ide]]></category>
		<category><![CDATA[re-middleware-for-models]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-tips-tech-model-re-noreversematch-is-making-me-crazy/</guid>
		<description><![CDATA[ Django tips : Tech Model. Monday, February 22, 2010. Re: NoReverseMatch is making me crazy. On Mon, Feb 22, 2010 at 11:01 AM, andreas schmid wrote: &#62; im experiencing a problem since today: &#62; &#62; my model : ...]]></description>
			<content:encoded><![CDATA[<p> Django tips : Tech Model. Monday, February 22, 2010. Re: NoReverseMatch is making me crazy. On Mon, Feb 22, 2010 at 11:01 AM, andreas schmid wrote: &gt; im experiencing a problem since today: &gt; &gt; my model : &#8230;</p>
<p>Originally posted here: <br />
<a target="_blank" href="http://django-tips-tech-model.blogspot.com/2010/02/re-noreversematch-is-making-me-crazy.html" title="Django tips: Tech Model: Re: NoReverseMatch is making me crazy">Django tips: Tech Model: Re: NoReverseMatch is making me crazy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/django-tips-tech-model-re-noreversematch-is-making-me-crazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django tips: Tech Model: Re: custom auth backend and ./manage.py test</title>
		<link>http://errors-geek.com/python/django-tips-tech-model-re-custom-auth-backend-and-manage-py-test/</link>
		<comments>http://errors-geek.com/python/django-tips-tech-model-re-custom-auth-backend-and-manage-py-test/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 06:56:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[django-generator]]></category>
		<category><![CDATA[dynamic-model]]></category>
		<category><![CDATA[include-data]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[re-django-generator]]></category>
		<category><![CDATA[re-middleware-for-models]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-tips-tech-model-re-custom-auth-backend-and-manage-py-test/</guid>
		<description><![CDATA[ Django tips : Tech Model. Sunday, February 21, 2010. Re: custom auth backend and ./manage.py test. On 22/02/2010 10:53am, Stephen Crosby wrote: &#62; I'm working on a project that requires a custom auth backend which ...]]></description>
			<content:encoded><![CDATA[<p> Django tips : Tech Model. Sunday, February 21, 2010. Re: custom auth backend and ./manage.py test. On 22/02/2010 10:53am, Stephen Crosby wrote: &gt; I&#8217;m working on a project that requires a custom auth backend which &#8230;</p>
<p>Originally posted here:<br />
<a target="_blank" href="http://django-tips-tech-model.blogspot.com/2010/02/re-custom-auth-backend-and-managepy.html" title="Django tips: Tech Model: Re: custom auth backend and ./manage.py test">Django tips: Tech Model: Re: custom auth backend and ./manage.py test</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/django-tips-tech-model-re-custom-auth-backend-and-manage-py-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django tips: Tech Model: Re: django and caching</title>
		<link>http://errors-geek.com/general/django-tips-tech-model-re-django-and-caching/</link>
		<comments>http://errors-geek.com/general/django-tips-tech-model-re-django-and-caching/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 22:48:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[django-generator]]></category>
		<category><![CDATA[django-test]]></category>
		<category><![CDATA[include-data]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[re-django-and-ldap]]></category>
		<category><![CDATA[re-django-generator]]></category>
		<category><![CDATA[re-django-ide]]></category>
		<category><![CDATA[re-middleware-for-models]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-tips-tech-model-re-django-and-caching/</guid>
		<description><![CDATA[ Django tips : Tech Model. Sunday, February 21, 2010. Re: django and caching. Thanks for the replies folks, you've been very helpful. One more question though - I didn't find any "official" way to clear the cache of a certain object. ...]]></description>
			<content:encoded><![CDATA[<p> Django tips : Tech Model. Sunday, February 21, 2010. Re: django and caching. Thanks for the replies folks, you&#8217;ve been very helpful. One more question though &#8211; I didn&#8217;t find any &#8220;official&#8221; way to clear the cache of a certain object. &#8230;</p>
<p>Read the rest here: <br />
<a target="_blank" href="http://django-tips-tech-model.blogspot.com/2010/02/re-django-and-caching_2814.html" title="Django tips: Tech Model: Re: django and caching">Django tips: Tech Model: Re: django and caching</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/django-tips-tech-model-re-django-and-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django tips: Tech Model: Best practices for restricting media?</title>
		<link>http://errors-geek.com/python/django-tips-tech-model-best-practices-for-restricting-media/</link>
		<comments>http://errors-geek.com/python/django-tips-tech-model-best-practices-for-restricting-media/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 22:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[django-generator]]></category>
		<category><![CDATA[django-test]]></category>
		<category><![CDATA[include-data]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[re-django-and-ldap]]></category>
		<category><![CDATA[re-django-ide]]></category>
		<category><![CDATA[re-middleware-for-models]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-tips-tech-model-best-practices-for-restricting-media/</guid>
		<description><![CDATA[ Django tips : Tech Model. Sunday, February 21, 2010. Best practices for restricting media? Hey, this is a pretty basic sysadmin question, but seems pretty critical for django development. What's the best way to limit media on a django ...]]></description>
			<content:encoded><![CDATA[<p> Django tips : Tech Model. Sunday, February 21, 2010. Best practices for restricting media? Hey, this is a pretty basic sysadmin question, but seems pretty critical for django development. What&#8217;s the best way to limit media on a django &#8230;</p>
<p>Original post:<br />
<a target="_blank" href="http://django-tips-tech-model.blogspot.com/2010/02/best-practices-for-restricting-media.html" title="Django tips: Tech Model: Best practices for restricting media?">Django tips: Tech Model: Best practices for restricting media?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/django-tips-tech-model-best-practices-for-restricting-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django tips: Tech Model: Re: Do Django TestCases reload fixtures &#8230;</title>
		<link>http://errors-geek.com/python/django-tips-tech-model-re-do-django-testcases-reload-fixtures/</link>
		<comments>http://errors-geek.com/python/django-tips-tech-model-re-do-django-testcases-reload-fixtures/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 19:43:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[django-generator]]></category>
		<category><![CDATA[django-test]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[re-django-generator]]></category>
		<category><![CDATA[re-django-ide]]></category>
		<category><![CDATA[re-middleware-for-models]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-tips-tech-model-re-do-django-testcases-reload-fixtures/</guid>
		<description><![CDATA[ Django tips : Tech Model. Sunday, February 21, 2010. Re: Do Django TestCases reload fixtures on every method? On Sun, Feb 21, 2010 at 11:20 PM, bobhaugen wrote: ...]]></description>
			<content:encoded><![CDATA[<p> Django tips : Tech Model. Sunday, February 21, 2010. Re: Do Django TestCases reload fixtures on every method? On Sun, Feb 21, 2010 at 11:20 PM, bobhaugen wrote: &#8230;</p>
<p>The rest is here:<br />
<a target="_blank" href="http://django-tips-tech-model.blogspot.com/2010/02/re-do-django-testcases-reload-fixtures.html" title="Django tips: Tech Model: Re: Do Django TestCases reload fixtures ...">Django tips: Tech Model: Re: Do Django TestCases reload fixtures &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/django-tips-tech-model-re-do-django-testcases-reload-fixtures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

