<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>c3a791694d28c0b0170f917ac254304cc0580c5f</id>
      </parent>
    </parents>
    <author>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/f04a8f52dc3fb5fb3787b4e27b399ff1f4b58fde</url>
    <id>f04a8f52dc3fb5fb3787b4e27b399ff1f4b58fde</id>
    <committed-date>2009-11-20T06:59:44-08:00</committed-date>
    <authored-date>2009-11-20T06:59:44-08:00</authored-date>
    <message>Added an explicit test showing that field errors are correctly autoescaped.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11756 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>b2b7b6cf6730c818e17b6dc5273313030056f54d</tree>
    <committer>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ff9d00230b04874bdf477580699a161619e15f91</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/c3a791694d28c0b0170f917ac254304cc0580c5f</url>
    <id>c3a791694d28c0b0170f917ac254304cc0580c5f</id>
    <committed-date>2009-11-19T16:59:38-08:00</committed-date>
    <authored-date>2009-11-19T16:59:38-08:00</authored-date>
    <message>Fixed #12245 -- Corrected target app handling for auto-generated m2m models when the parent model isn't in the models module (or a subpackage thereof). Thanks to emulbreh for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11755 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>4fb789c790e4dcc4a8f427d3671771042b7c6fef</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b0bb7e0526c57e7f19841668e0cb884de5564e8c</id>
      </parent>
    </parents>
    <author>
      <name>jtauber</name>
      <email>jtauber@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/ff9d00230b04874bdf477580699a161619e15f91</url>
    <id>ff9d00230b04874bdf477580699a161619e15f91</id>
    <committed-date>2009-11-19T13:49:31-08:00</committed-date>
    <authored-date>2009-11-19T13:49:31-08:00</authored-date>
    <message>added myself to committers list

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11753 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>c17283978cc72bfe0fac3da49ec73242448b4cbf</tree>
    <committer>
      <name>jtauber</name>
      <email>jtauber@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>199aa1dc2483710385dc064369f655e4e8475974</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/b0bb7e0526c57e7f19841668e0cb884de5564e8c</url>
    <id>b0bb7e0526c57e7f19841668e0cb884de5564e8c</id>
    <committed-date>2009-11-19T07:07:42-08:00</committed-date>
    <authored-date>2009-11-19T07:07:42-08:00</authored-date>
    <message>Corrected a regression in validation of admin fieldsets with nested definitions from r11744. Thanks to Davor Lu&#269;i&#263; for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11752 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>adf0b0a9e52af3d5656d53d0bdb18bf80d610d0a</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>41dca141efaec39d14c6805079dc7d718be67a10</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/199aa1dc2483710385dc064369f655e4e8475974</url>
    <id>199aa1dc2483710385dc064369f655e4e8475974</id>
    <committed-date>2009-11-19T03:23:34-08:00</committed-date>
    <authored-date>2009-11-19T03:23:34-08:00</authored-date>
    <message>Corrected an inconsistency in the documentation regarding the way to specify the locmem and dummy cache backend. Thanks to Jens Diemer for the report.

r11750 is the backport to 1.1.X of this commit. DVCS Fail.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11751 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>0524608e9c923e8d3c7119a7b17008de6c7c4077</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>005f85688794a91a4dcc4733f32614f5e80e711d</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/41dca141efaec39d14c6805079dc7d718be67a10</url>
    <id>41dca141efaec39d14c6805079dc7d718be67a10</id>
    <committed-date>2009-11-18T20:35:53-08:00</committed-date>
    <authored-date>2009-11-18T20:35:53-08:00</authored-date>
    <message>Fixed #12242 -- Corrected a problem with masking extra selects() in a DateQuerySet. Thanks to Alex Gaynor for his help debugging this one.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11748 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>4d81e7498d547f9b46992fe8e031d0f6dcac2b2c</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>502d940b7220c795f96e403fb110e31e891fac9c</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/005f85688794a91a4dcc4733f32614f5e80e711d</url>
    <id>005f85688794a91a4dcc4733f32614f5e80e711d</id>
    <committed-date>2009-11-18T20:35:31-08:00</committed-date>
    <authored-date>2009-11-18T20:35:31-08:00</authored-date>
    <message>Fixed #11243 -- Ensured that bash_completion output is emitted in sorted order. Thanks to Alex Gaynor for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11747 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>a1aace4efe7b1039c7ddecb73932123be1deb9e7</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>406f99cc6f8d7c06555b317fac93d5e16f2d2179</id>
      </parent>
    </parents>
    <author>
      <name>ikelly</name>
      <email>ikelly@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/502d940b7220c795f96e403fb110e31e891fac9c</url>
    <id>502d940b7220c795f96e403fb110e31e891fac9c</id>
    <committed-date>2009-11-18T13:39:07-08:00</committed-date>
    <authored-date>2009-11-18T13:39:07-08:00</authored-date>
    <message>Fixed a misplaced parenthesis.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11746 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>272ea1135c875e2c0a49ddb9f59898345b95d6b4</tree>
    <committer>
      <name>ikelly</name>
      <email>ikelly@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88bc52d125a820b821f2a53edeef4ba16a6cbaf1</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/406f99cc6f8d7c06555b317fac93d5e16f2d2179</url>
    <id>406f99cc6f8d7c06555b317fac93d5e16f2d2179</id>
    <committed-date>2009-11-18T03:10:50-08:00</committed-date>
    <authored-date>2009-11-18T03:10:50-08:00</authored-date>
    <message>Added tests for the bash completion script from [11526]. Thanks to Eric Holscher.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11745 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>f2c077fe71e71832b1cd0bc4175d97010039cc53</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b36dae588f4e955c9a9495710e783ebb822fb69d</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/88bc52d125a820b821f2a53edeef4ba16a6cbaf1</url>
    <id>88bc52d125a820b821f2a53edeef4ba16a6cbaf1</id>
    <committed-date>2009-11-17T23:44:06-08:00</committed-date>
    <authored-date>2009-11-17T23:44:06-08:00</authored-date>
    <message>Fixed #12237 -- Improved the error message for m2m fields with an explicit through model being listed in admin fieldsets. Thanks to Pyth for the report and Ramiro Morales for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11744 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>a69c92a1ae4944f2711c814377379091b8b73d50</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc72737fdd3e938ac412bb9bc2a155e29f676944</id>
      </parent>
    </parents>
    <author>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/b36dae588f4e955c9a9495710e783ebb822fb69d</url>
    <id>b36dae588f4e955c9a9495710e783ebb822fb69d</id>
    <committed-date>2009-11-16T18:13:26-08:00</committed-date>
    <authored-date>2009-11-16T18:13:26-08:00</authored-date>
    <message>As promised, removed the `_DeprecatedTestModule` and its instances.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11743 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>4724d389017c5111dba20f85a733f6ea6bd05dd2</tree>
    <committer>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c41506aa0b5e48622aa45618ed8aeff4b66b3741</id>
      </parent>
    </parents>
    <author>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/fc72737fdd3e938ac412bb9bc2a155e29f676944</url>
    <id>fc72737fdd3e938ac412bb9bc2a155e29f676944</id>
    <committed-date>2009-11-16T10:49:00-08:00</committed-date>
    <authored-date>2009-11-16T10:49:00-08:00</authored-date>
    <message>Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is now used by `PostGISAdaptor`.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11742 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>a56cfec80e9324fba5115c454ffcfaa7fcf26911</tree>
    <committer>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dba7b657245ebec1f457d7c1f640633c1cb31a94</id>
      </parent>
    </parents>
    <author>
      <name>brosner</name>
      <email>brosner@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/c41506aa0b5e48622aa45618ed8aeff4b66b3741</url>
    <id>c41506aa0b5e48622aa45618ed8aeff4b66b3741</id>
    <committed-date>2009-11-15T17:58:00-08:00</committed-date>
    <authored-date>2009-11-15T17:58:00-08:00</authored-date>
    <message>Fixed #5034 -- honor request.urlconf in reverse and resolve.

This enables {% url %} to honor request.urlconf set from process_request
middleware methods.

Thanks SmileyChris for the initial patch work.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11740 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>d1ba558c1b61ca2c19c5cc68428a94aaa57a5280</tree>
    <committer>
      <name>brosner</name>
      <email>brosner@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fec6cd9e7229b29ee11361a87b65e06278346b42</id>
      </parent>
    </parents>
    <author>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/dba7b657245ebec1f457d7c1f640633c1cb31a94</url>
    <id>dba7b657245ebec1f457d7c1f640633c1cb31a94</id>
    <committed-date>2009-11-14T15:25:44-08:00</committed-date>
    <authored-date>2009-11-14T15:25:44-08:00</authored-date>
    <message>`OGRGeomType` now recognizes 2.5D types, and removes need for unnecessary workaround in `Layer.geom_type`; corrected geometry type in test VRT file.  Refs #11433.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11739 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>c82ce11cd42a62ab04a0a276b7d69c077e57d862</tree>
    <committer>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a7b54dfb0cbbc9169f13afb2ff556dfe941ed3b6</id>
      </parent>
    </parents>
    <author>
      <name>lukeplant</name>
      <email>lukeplant@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/fec6cd9e7229b29ee11361a87b65e06278346b42</url>
    <id>fec6cd9e7229b29ee11361a87b65e06278346b42</id>
    <committed-date>2009-11-14T11:13:33-08:00</committed-date>
    <authored-date>2009-11-14T11:13:33-08:00</authored-date>
    <message>Fixed #12198 - CSRF changes not clearly noted in docs.

The docs no longer unhelpfully point to BackwardsIncompatibleChanges,
and instead a section has been added to help those upgrading and
those following trunk.  Tentative 1.2 release notes added.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11738 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>c69fcdc8dd15217d71d193a61b274a5ab6acb3eb</tree>
    <committer>
      <name>lukeplant</name>
      <email>lukeplant@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2abb3ea22ea00abd8c65e0a82d7e148af6c67e48</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/a7b54dfb0cbbc9169f13afb2ff556dfe941ed3b6</url>
    <id>a7b54dfb0cbbc9169f13afb2ff556dfe941ed3b6</id>
    <committed-date>2009-11-13T04:35:05-08:00</committed-date>
    <authored-date>2009-11-13T04:35:05-08:00</authored-date>
    <message>Refs #12203 -- Improved error handling for the case where a user manually specifies an m2m field with an explicit through field. Thanks to dgouldin for the report, and Ramiro Morales for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11737 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>95247d3fbd1377bc99d49d69cd7e68d2ebcb7396</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>33bcb7b3526e3b2e3005498ba8eee7183e405a5f</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/2abb3ea22ea00abd8c65e0a82d7e148af6c67e48</url>
    <id>2abb3ea22ea00abd8c65e0a82d7e148af6c67e48</id>
    <committed-date>2009-11-13T04:34:41-08:00</committed-date>
    <authored-date>2009-11-13T04:34:41-08:00</authored-date>
    <message>Fixed #12209 -- Made the through attribute on a m2m relation into a property to ensure that the fully resolved through model is always provdided. Thanks to dgouldin for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11736 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>282a6dd79b20700383d31f33d696d53e81aa58e3</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c3db901749b6f8326d7070e87276a6f550ad2fb5</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/33bcb7b3526e3b2e3005498ba8eee7183e405a5f</url>
    <id>33bcb7b3526e3b2e3005498ba8eee7183e405a5f</id>
    <committed-date>2009-11-12T05:58:32-08:00</committed-date>
    <authored-date>2009-11-12T05:58:32-08:00</authored-date>
    <message>Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plus updated a lot of old-style markup in the django-admin docs. Thanks to Art_S for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11734 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>65f04ec75074d8ad800e40b4970fca5147a6b553</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>658cb63d32ee36dfe96c75641315b1a6151ddae5</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/c3db901749b6f8326d7070e87276a6f550ad2fb5</url>
    <id>c3db901749b6f8326d7070e87276a6f550ad2fb5</id>
    <committed-date>2009-11-11T05:06:18-08:00</committed-date>
    <authored-date>2009-11-11T05:06:18-08:00</authored-date>
    <message>Fixed #12163 -- Corrected the unpickling of non-deferred models. Thanks to rfugger for the report and test case.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11732 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>395dbdd157df8c356fffbe1ff7ee8bb8e0211b42</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e2bd0f615b37d30ef562946e7870cbced073a0ae</id>
      </parent>
    </parents>
    <author>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/658cb63d32ee36dfe96c75641315b1a6151ddae5</url>
    <id>658cb63d32ee36dfe96c75641315b1a6151ddae5</id>
    <committed-date>2009-11-10T09:28:20-08:00</committed-date>
    <authored-date>2009-11-10T09:28:20-08:00</authored-date>
    <message>Now raise an exception when trying to export 3D (HEX)EWKB when using GEOS 3.0 due to bug in that underlying library version.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11731 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>5debc1018444b3843e526c6a068682e81c3cd8dc</tree>
    <committer>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b51a3684796c4d4bcc4ef84fe424bc79091889dc</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/e2bd0f615b37d30ef562946e7870cbced073a0ae</url>
    <id>e2bd0f615b37d30ef562946e7870cbced073a0ae</id>
    <committed-date>2009-11-10T07:21:12-08:00</committed-date>
    <authored-date>2009-11-10T07:21:12-08:00</authored-date>
    <message>Fixed #12190 -- Corrected a regression in the ability to instantiate ForeignKeys outside of models. Thanks to jittat for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11730 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>843dd960cfc1d9869068f8b653e88f841ba7002b</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab4c503b72642f7a816550b2b69fdb7336a8f917</id>
      </parent>
    </parents>
    <author>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/b51a3684796c4d4bcc4ef84fe424bc79091889dc</url>
    <id>b51a3684796c4d4bcc4ef84fe424bc79091889dc</id>
    <committed-date>2009-11-09T19:51:05-08:00</committed-date>
    <authored-date>2009-11-09T19:51:05-08:00</authored-date>
    <message>Fixed a brittle test case that was failing on PostGIS versions &lt; 1.4.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11729 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>7b19db16f08af71cdd55374c8e6336a321999f44</tree>
    <committer>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>23dc8dba184bb41827827cdbc37c68fd59d1acc6</id>
      </parent>
    </parents>
    <author>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/ab4c503b72642f7a816550b2b69fdb7336a8f917</url>
    <id>ab4c503b72642f7a816550b2b69fdb7336a8f917</id>
    <committed-date>2009-11-09T19:35:25-08:00</committed-date>
    <authored-date>2009-11-09T19:35:25-08:00</authored-date>
    <message>Added `ewkb` and `hexewkb` properties to `GEOSGeometry`.  Refs #11433, #12010.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11728 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>d593973a43f34c3ecef1169c4032078fc55eb8e4</tree>
    <committer>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc77ce5e317eebe835ac3d088d5e9e0431566784</id>
      </parent>
    </parents>
    <author>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/23dc8dba184bb41827827cdbc37c68fd59d1acc6</url>
    <id>23dc8dba184bb41827827cdbc37c68fd59d1acc6</id>
    <committed-date>2009-11-09T17:54:35-08:00</committed-date>
    <authored-date>2009-11-09T17:54:35-08:00</authored-date>
    <message>Added support for spatially filtering what OGR features are returned in iteration via the `Layer.spatial_filter` property.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11727 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>213ad2d5cb63a77ffaf18b4ed2994aff72b66456</tree>
    <committer>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>93705919d1178ee844aa45cfce3d7f29e6555beb</id>
      </parent>
    </parents>
    <author>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/fc77ce5e317eebe835ac3d088d5e9e0431566784</url>
    <id>fc77ce5e317eebe835ac3d088d5e9e0431566784</id>
    <committed-date>2009-11-07T16:51:42-08:00</committed-date>
    <authored-date>2009-11-07T16:51:42-08:00</authored-date>
    <message>Fixed #12111 -- now use PostgreSQL escape string syntax when quoting WKB to prevent spurious warnings in database logs.  Thanks, Matt Russell for ticket and patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11726 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>26191682fd5f62411b418afb2607c16ab06be577</tree>
    <committer>
      <name>jbronn</name>
      <email>jbronn@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b1dbbef722a8ba70cc2a64c5735daa5d0fab1e0</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/93705919d1178ee844aa45cfce3d7f29e6555beb</url>
    <id>93705919d1178ee844aa45cfce3d7f29e6555beb</id>
    <committed-date>2009-11-05T03:57:28-08:00</committed-date>
    <authored-date>2009-11-05T03:57:28-08:00</authored-date>
    <message>Fixed #12168 -- Corrected the registration of m2m autocreated models when models.py is split into submodules. Thanks to Jens Diemer for the report and test case.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11724 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>f6c5050197281a38e4cc6ee279e6b80c39f276ca</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>62ba17e159fda06bcb395964e48ed5b039a1b107</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/1b1dbbef722a8ba70cc2a64c5735daa5d0fab1e0</url>
    <id>1b1dbbef722a8ba70cc2a64c5735daa5d0fab1e0</id>
    <committed-date>2009-11-04T07:05:49-08:00</committed-date>
    <authored-date>2009-11-04T07:05:49-08:00</authored-date>
    <message>Corrected a markup error in the m2m inline docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11723 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>1ba6ed6b4164291c09544f07e85d6718aeb479b3</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ad95217043ae710da4c26f619a4d0ea44e77f6db</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/62ba17e159fda06bcb395964e48ed5b039a1b107</url>
    <id>62ba17e159fda06bcb395964e48ed5b039a1b107</id>
    <committed-date>2009-11-04T07:01:41-08:00</committed-date>
    <authored-date>2009-11-04T07:01:41-08:00</authored-date>
    <message>Added version indicator to docs for m2m inline change introduced in r11712.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11722 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>29bac935ac7de829984f52a0937eafff2d0ef3db</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>25c0cbaa673574347a0f946c10cb2f87a4a29523</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/ad95217043ae710da4c26f619a4d0ea44e77f6db</url>
    <id>ad95217043ae710da4c26f619a4d0ea44e77f6db</id>
    <committed-date>2009-11-04T03:38:06-08:00</committed-date>
    <authored-date>2009-11-04T03:38:06-08:00</authored-date>
    <message>Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 support. Thanks to knutin for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11721 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>797bb0e44c1d8272f1a9c49e1cd084f7e83dd7b2</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2893cdc56bd34bf1a43f3a72d6480f060011cc12</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/25c0cbaa673574347a0f946c10cb2f87a4a29523</url>
    <id>25c0cbaa673574347a0f946c10cb2f87a4a29523</id>
    <committed-date>2009-11-04T03:24:56-08:00</committed-date>
    <authored-date>2009-11-04T03:24:56-08:00</authored-date>
    <message>Fixed #11144 -- When a to/from/cc header contains unicode, make sure the email addresses are parsed correctly (especially with regards to commas). Thanks to rmt for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11719 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>77e62379f977c32d55b24557d9283252a18a14f0</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
</commits>
