<?xml version="1.0" encoding="ascii"?>
<rss version="2.0">
  <channel>
    <link>http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/</link>
    <language>en-us</language>

    <title>gis-multi-db Changelog</title>
    <description>gis-multi-db Changelog</description>
    <item>
    <title>Merged with latest upstream changes (git rev 93feb6b91caf0865743b1f3a10f68d1deff43aba).</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/rev/802a89178dd2</guid>
    <description><![CDATA[Merged with latest upstream changes (git rev 93feb6b91caf0865743b1f3a10f68d1deff43aba).]]></description>
    <author>&#74;&#117;&#115;&#116;&#105;&#110;&#32;&#66;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#103;&#101;&#111;&#100;&#106;&#97;&#110;&#103;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Fri, 11 Dec 2009 17:11:04 -0600</pubDate>
</item>
<item>
    <title>Resolved merge conflicts</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/rev/755e8678a99a</guid>
    <description><![CDATA[Resolved merge conflicts]]></description>
    <author>&#65;&#108;&#101;&#120;&#32;&#71;&#97;&#121;&#110;&#111;&#114;&#32;&#60;&#97;&#108;&#101;&#120;&#46;&#103;&#97;&#121;&#110;&#111;&#114;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 09 Dec 2009 18:06:03 -0500</pubDate>
</item>
<item>
    <title>Merge commit 'django/master'</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/rev/7bad72d94e5f</guid>
    <description><![CDATA[Merge commit 'django/master']]></description>
    <author>&#65;&#108;&#101;&#120;&#32;&#71;&#97;&#121;&#110;&#111;&#114;&#32;&#60;&#97;&#108;&#101;&#120;&#46;&#103;&#97;&#121;&#110;&#111;&#114;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 09 Dec 2009 18:05:30 -0500</pubDate>
</item>
<item>
    <title>Implemented 'smart if' template tag, allowing filters and various operators to be used in the 'if' tag</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/rev/cb918de289e8</guid>
    <description><![CDATA[Implemented 'smart if' template tag, allowing filters and various operators to be used in the 'if' tag<br/>
<br/>
Thanks to Chris Beaven for the initial patch, Fredrik Lundh for the basis<br/>
of the parser methodology and Russell Keith-Magee for code reviews.<br/>
<br/>
There are some BACKWARDS INCOMPATIBILITIES in rare cases - in particular, if<br/>
you were using the keywords 'and', 'or' or 'not' as variable names within<br/>
the 'if' expression, which was previously allowed in some cases.<br/>
<br/>
<br/>
<br/>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11806 bcc190cf-cafb-0310-a4f2-bffc1f526a37]]></description>
    <author>&#108;&#117;&#107;&#101;&#112;&#108;&#97;&#110;&#116;&#32;&#60;&#108;&#117;&#107;&#101;&#112;&#108;&#97;&#110;&#116;&#64;&#98;&#99;&#99;&#49;&#57;&#48;&#99;&#102;&#45;&#99;&#97;&#102;&#98;&#45;&#48;&#51;&#49;&#48;&#45;&#97;&#52;&#102;&#50;&#45;&#98;&#102;&#102;&#99;&#49;&#102;&#53;&#50;&#54;&#97;&#51;&#55;&#62;</author>
    <pubDate>Wed, 09 Dec 2009 22:40:36 +0000</pubDate>
</item>
<item>
    <title>Resolve merge conflicts.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/rev/9b663d38ae55</guid>
    <description><![CDATA[Resolve merge conflicts.]]></description>
    <author>&#65;&#108;&#101;&#120;&#32;&#71;&#97;&#121;&#110;&#111;&#114;&#32;&#60;&#97;&#108;&#101;&#120;&#46;&#103;&#97;&#121;&#110;&#111;&#114;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 09 Dec 2009 12:04:46 -0500</pubDate>
</item>
<item>
    <title>Merge commit 'django/master'</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/rev/3481f0821c29</guid>
    <description><![CDATA[Merge commit 'django/master']]></description>
    <author>&#65;&#108;&#101;&#120;&#32;&#71;&#97;&#121;&#110;&#111;&#114;&#32;&#60;&#97;&#108;&#101;&#120;&#46;&#103;&#97;&#121;&#110;&#111;&#114;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 09 Dec 2009 12:03:27 -0500</pubDate>
</item>
<item>
    <title>Fixed #4604 - Configurable message passing system, supporting anonymous users</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/rev/fdd725ed9892</guid>
    <description><![CDATA[Fixed #4604 - Configurable message passing system, supporting anonymous users<br/>
<br/>
This deprecates User.message_set in favour of a configurable messaging<br/>
system, with backends provided for cookie storage, session storage and<br/>
backward compatibility.<br/>
<br/>
Many thanks to Tobias McNulty for the bulk of the work here, with<br/>
contributions from Chris Beaven (SmileyChris) and lots of code review from<br/>
Russell Keith-Magee, and input from many others.  Also credit to the authors<br/>
of various messaging systems for Django whose ideas may have been pinched<br/>
:-)<br/>
<br/>
<br/>
<br/>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11804 bcc190cf-cafb-0310-a4f2-bffc1f526a37]]></description>
    <author>&#108;&#117;&#107;&#101;&#112;&#108;&#97;&#110;&#116;&#32;&#60;&#108;&#117;&#107;&#101;&#112;&#108;&#97;&#110;&#116;&#64;&#98;&#99;&#99;&#49;&#57;&#48;&#99;&#102;&#45;&#99;&#97;&#102;&#98;&#45;&#48;&#51;&#49;&#48;&#45;&#97;&#52;&#102;&#50;&#45;&#98;&#102;&#102;&#99;&#49;&#102;&#53;&#50;&#54;&#97;&#51;&#55;&#62;</author>
    <pubDate>Wed, 09 Dec 2009 16:57:23 +0000</pubDate>
</item>
<item>
    <title>Optimised use of 'in' operator on QuerySet using an explicit __contains__ method.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/rev/762b1e3a5fef</guid>
    <description><![CDATA[Optimised use of 'in' operator on QuerySet using an explicit __contains__ method.<br/>
<br/>
Without this change, use of 'in' on a QuerySet resulted in ._result_cache<br/>
being fully populated, which sometimes is unnecessary work.<br/>
<br/>
<br/>
<br/>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11803 bcc190cf-cafb-0310-a4f2-bffc1f526a37]]></description>
    <author>&#108;&#117;&#107;&#101;&#112;&#108;&#97;&#110;&#116;&#32;&#60;&#108;&#117;&#107;&#101;&#112;&#108;&#97;&#110;&#116;&#64;&#98;&#99;&#99;&#49;&#57;&#48;&#99;&#102;&#45;&#99;&#97;&#102;&#98;&#45;&#48;&#51;&#49;&#48;&#45;&#97;&#52;&#102;&#50;&#45;&#98;&#102;&#102;&#99;&#49;&#102;&#53;&#50;&#54;&#97;&#51;&#55;&#62;</author>
    <pubDate>Wed, 09 Dec 2009 16:07:21 +0000</pubDate>
</item>
<item>
    <title>Added section info on top-level use of django.conf.settings to 'contributing' documentation</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/rev/a1dae372aac2</guid>
    <description><![CDATA[Added section info on top-level use of django.conf.settings to 'contributing' documentation<br/>
<br/>
<br/>
<br/>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11802 bcc190cf-cafb-0310-a4f2-bffc1f526a37]]></description>
    <author>&#108;&#117;&#107;&#101;&#112;&#108;&#97;&#110;&#116;&#32;&#60;&#108;&#117;&#107;&#101;&#112;&#108;&#97;&#110;&#116;&#64;&#98;&#99;&#99;&#49;&#57;&#48;&#99;&#102;&#45;&#99;&#97;&#102;&#98;&#45;&#48;&#51;&#49;&#48;&#45;&#97;&#52;&#102;&#50;&#45;&#98;&#102;&#102;&#99;&#49;&#102;&#53;&#50;&#54;&#97;&#51;&#55;&#62;</author>
    <pubDate>Wed, 09 Dec 2009 12:47:50 +0000</pubDate>
</item>
<item>
    <title>Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordered queryset.</title>
    <guid isPermaLink="true">http://geodjango.orghttp://geodjango.com/hg/gis-multi-db/rev/487163bb810b</guid>
    <description><![CDATA[Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordered queryset.<br/>
<br/>
<br/>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11800 bcc190cf-cafb-0310-a4f2-bffc1f526a37]]></description>
    <author>&#106;&#98;&#114;&#111;&#110;&#110;&#32;&#60;&#106;&#98;&#114;&#111;&#110;&#110;&#64;&#98;&#99;&#99;&#49;&#57;&#48;&#99;&#102;&#45;&#99;&#97;&#102;&#98;&#45;&#48;&#51;&#49;&#48;&#45;&#97;&#52;&#102;&#50;&#45;&#98;&#102;&#102;&#99;&#49;&#102;&#53;&#50;&#54;&#97;&#51;&#55;&#62;</author>
    <pubDate>Wed, 09 Dec 2009 03:49:25 +0000</pubDate>
</item>

  </channel>
</rss>
