<?xml version="1.0" encoding="ANSI_X3.4-1968"?>
<rss version="2.0">
  <channel>
    <link>http://dev.jmoiron.net/hg/johnny-cache/</link>
    <language>en-us</language>

    <title>johnny-cache Changelog</title>
    <description>johnny-cache Changelog</description>
    <item>
    <title>Use table_map to generate generational key if the query's tables is not populated</title>
    <link>http://dev.jmoiron.net/hg/johnny-cache/rev/54845cfdb8d0</link>
    <description><![CDATA[Use table_map to generate generational key if the query's tables is not populated]]></description>
    <author>&#74;&#101;&#114;&#101;&#109;&#121;&#32;&#83;&#101;&#108;&#102;&#32;&#60;&#102;&#105;&#110;&#100;&#101;&#114;&#64;&#102;&#105;&#110;&#100;&#101;&#114;&#119;&#101;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 16 Sep 2010 01:28:40 -0400</pubDate>
</item>
<item>
    <title>Issue #31 - fix for import error</title>
    <link>http://dev.jmoiron.net/hg/johnny-cache/rev/bb492d5dafe3</link>
    <description><![CDATA[Issue #31 - fix for import error]]></description>
    <author>&#74;&#101;&#114;&#101;&#109;&#121;&#32;&#83;&#101;&#108;&#102;&#32;&#60;&#102;&#105;&#110;&#100;&#101;&#114;&#64;&#102;&#105;&#110;&#100;&#101;&#114;&#119;&#101;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 16 Sep 2010 01:08:01 -0400</pubDate>
</item>
<item>
    <title>clean up the django 1.2 patch for the .update bug;  change the ordering in monkey_write to make sure that cls.query.tables is there before we use it to invalidate</title>
    <link>http://dev.jmoiron.net/hg/johnny-cache/rev/ab93d8c44a05</link>
    <description><![CDATA[clean up the django 1.2 patch for the .update bug;  change the ordering in monkey_write to make sure that cls.query.tables is there before we use it to invalidate]]></description>
    <author>&#74;&#97;&#115;&#111;&#110;&#32;&#77;&#111;&#105;&#114;&#111;&#110;&#32;&#60;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#64;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Mon, 29 Mar 2010 16:05:43 -0400</pubDate>
</item>
<item>
    <title>fix error in johnny where '.update' wasn't invalidating</title>
    <link>http://dev.jmoiron.net/hg/johnny-cache/rev/175a2b20be13</link>
    <description><![CDATA[fix error in johnny where '.update' wasn't invalidating]]></description>
    <author>&#74;&#97;&#115;&#111;&#110;&#32;&#77;&#111;&#105;&#114;&#111;&#110;&#32;&#60;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#64;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Mon, 29 Mar 2010 15:51:31 -0400</pubDate>
</item>
<item>
    <title>fix and test for aggregate count with a blank __in=</title>
    <link>http://dev.jmoiron.net/hg/johnny-cache/rev/1403e7cfb1c6</link>
    <description><![CDATA[fix and test for aggregate count with a blank __in=]]></description>
    <author>&#102;&#105;&#110;&#100;&#101;&#114;&#64;&#102;&#105;&#110;&#100;&#101;&#114;&#119;&#101;&#98;&#46;&#99;&#111;&#109;</author>
    <pubDate>Thu, 11 Mar 2010 23:36:45 +0000</pubDate>
</item>
<item>
    <title>add test for except EmptyQuerySet, result_type == MULTI (thx to Anonymous on blog reply)</title>
    <link>http://dev.jmoiron.net/hg/johnny-cache/rev/b8cd003cc503</link>
    <description><![CDATA[add test for except EmptyQuerySet, result_type == MULTI (thx to Anonymous on blog reply)]]></description>
    <author>&#74;&#97;&#115;&#111;&#110;&#32;&#77;&#111;&#105;&#114;&#111;&#110;&#32;&#60;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#64;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Sat, 06 Mar 2010 16:05:24 -0500</pubDate>
</item>
<item>
    <title>check in docs for blacklist</title>
    <link>http://dev.jmoiron.net/hg/johnny-cache/rev/d025d71cea76</link>
    <description><![CDATA[check in docs for blacklist]]></description>
    <author>&#74;&#97;&#115;&#111;&#110;&#32;&#77;&#111;&#105;&#114;&#111;&#110;&#32;&#60;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#64;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Sat, 06 Mar 2010 16:04:48 -0500</pubDate>
</item>
<item>
    <title>adding code for 1.1 and 1.2 blacklist support</title>
    <link>http://dev.jmoiron.net/hg/johnny-cache/rev/e9c98b26082f</link>
    <description><![CDATA[adding code for 1.1 and 1.2 blacklist support]]></description>
    <author>&#74;&#97;&#115;&#111;&#110;&#32;&#77;&#111;&#105;&#114;&#111;&#110;&#32;&#60;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#64;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Sat, 06 Mar 2010 02:06:13 -0500</pubDate>
</item>
<item>
    <title>blacklist checking code;  need to hook it up to the different query cache patches;  if the tables are in the cache, we should skip the caching stuff and just return the result from the db, preferably before we fetch any keys</title>
    <link>http://dev.jmoiron.net/hg/johnny-cache/rev/f05092a37b1d</link>
    <description><![CDATA[blacklist checking code;  need to hook it up to the different query cache patches;  if the tables are in the cache, we should skip the caching stuff and just return the result from the db, preferably before we fetch any keys]]></description>
    <author>&#74;&#97;&#115;&#111;&#110;&#32;&#77;&#111;&#105;&#114;&#111;&#110;&#32;&#60;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#64;&#106;&#109;&#111;&#105;&#114;&#111;&#110;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Fri, 05 Mar 2010 19:30:04 -0500</pubDate>
</item>
<item>
    <title>fix for mistype</title>
    <link>http://dev.jmoiron.net/hg/johnny-cache/rev/e3744b166883</link>
    <description><![CDATA[fix for mistype]]></description>
    <author>&#102;&#105;&#110;&#100;&#101;&#114;&#64;&#102;&#105;&#110;&#100;&#101;&#114;&#119;&#101;&#98;&#46;&#99;&#111;&#109;</author>
    <pubDate>Fri, 05 Mar 2010 00:21:33 +0000</pubDate>
</item>

  </channel>
</rss>
