<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>f1a17d682697904d3e659280b94db1087690e15c</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/ad5f952387ba2e00da961555f3a2db427ff996c2</url>
    <id>ad5f952387ba2e00da961555f3a2db427ff996c2</id>
    <committed-date>2009-12-14T08:01:43-08:00</committed-date>
    <authored-date>2009-12-14T08:01:43-08:00</authored-date>
    <message>Made the message strings added in r11837 visible to makemessages.  Refs #12281.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11864 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>a1c1262c433e7339655da989a4593248995407cd</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d807cc33ec49b06f55cf48c1b8756e28f7dd6e3</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/f1a17d682697904d3e659280b94db1087690e15c</url>
    <id>f1a17d682697904d3e659280b94db1087690e15c</id>
    <committed-date>2009-12-14T04:39:20-08:00</committed-date>
    <authored-date>2009-12-14T04:39:20-08:00</authored-date>
    <message>Fixed #7052 -- Added support for natural keys in serialization.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11863 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>ed9aff433487895c0e649994450fd0accb6362d2</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c0b4836ee55c8ca9ef8f66748c4908b6183d0ba1</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/6d807cc33ec49b06f55cf48c1b8756e28f7dd6e3</url>
    <id>6d807cc33ec49b06f55cf48c1b8756e28f7dd6e3</id>
    <committed-date>2009-12-14T04:08:23-08:00</committed-date>
    <authored-date>2009-12-14T04:08:23-08:00</authored-date>
    <message>Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11862 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>057ae03486ed267863066af7f3e5a7a15fd52934</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d08428bacba6eadbbdbce4344ae0d5b95c5c4a13</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/c0b4836ee55c8ca9ef8f66748c4908b6183d0ba1</url>
    <id>c0b4836ee55c8ca9ef8f66748c4908b6183d0ba1</id>
    <committed-date>2009-12-14T03:19:40-08:00</committed-date>
    <authored-date>2009-12-14T03:19:40-08:00</authored-date>
    <message>Fixed #12367 -- Modified test urls to avoid the DeprecationWarning caused by old-style admin inclusions. Thanks to Travis Cline for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11861 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>f9c2030ce887f100a1ea6f16c2fdabf106fc29ae</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5fef8885c90738a748f20f9eab0de54450978cca</id>
      </parent>
    </parents>
    <author>
      <name>brosner</name>
      <email>brosner@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/d08428bacba6eadbbdbce4344ae0d5b95c5c4a13</url>
    <id>d08428bacba6eadbbdbce4344ae0d5b95c5c4a13</id>
    <committed-date>2009-12-13T14:00:26-08:00</committed-date>
    <authored-date>2009-12-13T14:00:26-08:00</authored-date>
    <message>Converted regressiontests/forms/fields.py to unittests

This makes merging in the soc2009/model-validation simpler and rids us a
little bit more of awful doctests. Thanks Honza!

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11858 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>6d9d8a0c90e57631fe2ca34ebcbfb42cb2b42c1f</tree>
    <committer>
      <name>brosner</name>
      <email>brosner@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>081c0ebd853fd34b42a7e1b53400c50b604b3187</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/5fef8885c90738a748f20f9eab0de54450978cca</url>
    <id>5fef8885c90738a748f20f9eab0de54450978cca</id>
    <committed-date>2009-12-13T13:56:18-08:00</committed-date>
    <authored-date>2009-12-13T13:56:18-08:00</authored-date>
    <message>Fixed #10969: Made US State field a CharField, fixing a few oddities in its behavior.  Thanks Paul McLanahan.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11857 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>e27670c710bafc0131225989f567476a86fd8ad5</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6efe91b348267eaadf69c0dc29183cccd7833948</id>
      </parent>
    </parents>
    <author>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/081c0ebd853fd34b42a7e1b53400c50b604b3187</url>
    <id>081c0ebd853fd34b42a7e1b53400c50b604b3187</id>
    <committed-date>2009-12-13T12:35:06-08:00</committed-date>
    <authored-date>2009-12-13T12:35:06-08:00</authored-date>
    <message>Fixed #10646: `cache.incr()` and `decr()` now fail consistantly under python-memcache and cmemcache.

Though it looks like this commit has no tests that's not so: this is tested for in `regressiontests/cache/tests.py` around like 183; these tests currently fail if ran against cmemcache.

Thanks, andrewfong.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11855 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>ee751936dabc51e796699a83b2e98a60472e7cad</tree>
    <committer>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>77893d36768ae077d59a38631e5cfe14efbdd21f</id>
      </parent>
    </parents>
    <author>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/6efe91b348267eaadf69c0dc29183cccd7833948</url>
    <id>6efe91b348267eaadf69c0dc29183cccd7833948</id>
    <committed-date>2009-12-13T12:29:04-08:00</committed-date>
    <authored-date>2009-12-13T12:29:04-08:00</authored-date>
    <message>Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11854 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>04aacaead4397dc687ace013cf51bb84c3c6571d</tree>
    <committer>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>926168ec06d70e60a907f48d4c9f37272baef328</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/77893d36768ae077d59a38631e5cfe14efbdd21f</url>
    <id>77893d36768ae077d59a38631e5cfe14efbdd21f</id>
    <committed-date>2009-12-13T09:46:52-08:00</committed-date>
    <authored-date>2009-12-13T09:46:52-08:00</authored-date>
    <message>Fixed #12215: Added len to ModelChoiceIterator.  Thanks Alex and Tobias.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11850 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>948c0f1a54423ec91b90c73e81047482d70a015f</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8366c78ae856385aff2c35e67a29ba246d2c3fb8</id>
      </parent>
    </parents>
    <author>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/926168ec06d70e60a907f48d4c9f37272baef328</url>
    <id>926168ec06d70e60a907f48d4c9f37272baef328</id>
    <committed-date>2009-12-13T09:32:16-08:00</committed-date>
    <authored-date>2009-12-13T09:32:16-08:00</authored-date>
    <message>Fixed a reST error from [11843] and added a versionadded directive.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11848 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>53934ee2efb5ea9c438d7a27f6ebd4bb08c04518</tree>
    <committer>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2af5816d430477cf7316b39af899ec9350ae2880</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/8366c78ae856385aff2c35e67a29ba246d2c3fb8</url>
    <id>8366c78ae856385aff2c35e67a29ba246d2c3fb8</id>
    <committed-date>2009-12-13T09:20:36-08:00</committed-date>
    <authored-date>2009-12-13T09:20:36-08:00</authored-date>
    <message>Fixed #12368: Fixed order-dependent messages test that was failing on MySQL/MyISAM.  Thanks Tobias.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11847 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>ebf1c1b2bf3d887bc1c9fc28ada20ce9e31e7d7a</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7dd77719a17c0f4cbaa6e86d7d20b53944cae1b4</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/2af5816d430477cf7316b39af899ec9350ae2880</url>
    <id>2af5816d430477cf7316b39af899ec9350ae2880</id>
    <committed-date>2009-12-13T09:08:36-08:00</committed-date>
    <authored-date>2009-12-13T09:08:36-08:00</authored-date>
    <message>Added tet runner tests mistakenly left out of r11843.  Refs #11613.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11846 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>46da90426f5065b3ce7b9a660dccc6fe6e115f4e</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e7ccc7c78ff93836534217394afc22cd83fd10ce</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/7dd77719a17c0f4cbaa6e86d7d20b53944cae1b4</url>
    <id>7dd77719a17c0f4cbaa6e86d7d20b53944cae1b4</id>
    <committed-date>2009-12-13T09:01:22-08:00</committed-date>
    <authored-date>2009-12-13T09:01:22-08:00</authored-date>
    <message>Fixed #12146: Corrected Canadian postal code validation.  Thanks paulschreiber and Mark Lavin.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11844 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>c31f1812c616ff65780894d40e175fc768900d47</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e1100c4f752431d20923345337b7c54800965cb3</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/e7ccc7c78ff93836534217394afc22cd83fd10ce</url>
    <id>e7ccc7c78ff93836534217394afc22cd83fd10ce</id>
    <committed-date>2009-12-13T08:24:36-08:00</committed-date>
    <authored-date>2009-12-13T08:24:36-08:00</authored-date>
    <message>Fixed #11613: Added a failfast option for test running.  Thanks jukvalim and Randy Barlow.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11843 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>da7ec962435cf1c88397523dbdeb10233f2a5e7d</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b95e92352e2574a42938afd0119a9b09b3d441cd</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/e1100c4f752431d20923345337b7c54800965cb3</url>
    <id>e1100c4f752431d20923345337b7c54800965cb3</id>
    <committed-date>2009-12-13T07:16:48-08:00</committed-date>
    <authored-date>2009-12-13T07:16:48-08:00</authored-date>
    <message>Apply doc addition that somehow was left out of r11833.  Refs #7977.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11841 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>3f2b2ecde900016dbb2579120b24f27e20e7dc9e</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>30f91946380d6d706190b4389b546c0d996f428a</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/b95e92352e2574a42938afd0119a9b09b3d441cd</url>
    <id>b95e92352e2574a42938afd0119a9b09b3d441cd</id>
    <committed-date>2009-12-12T14:04:04-08:00</committed-date>
    <authored-date>2009-12-12T14:04:04-08:00</authored-date>
    <message>Update an email address in AUTHORS.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11839 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>0fb33b625f3389b3cc5bc960cef8bd71913f7340</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1e6fd38528dcf40e1a56cffbfff1dcadd8458753</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/30f91946380d6d706190b4389b546c0d996f428a</url>
    <id>30f91946380d6d706190b4389b546c0d996f428a</id>
    <committed-date>2009-12-12T13:51:47-08:00</committed-date>
    <authored-date>2009-12-12T13:51:47-08:00</authored-date>
    <message>Fixed #12218: Added some helpful messages when Go is pressed in admin actions and there
is nothing to do because no action was selected or no items are selected.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11837 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>5492ea6308b3240630bd0d994c71ae974fcf400a</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a1cf95e3cc22a4d628405cb05c6c9a7781e88a83</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/1e6fd38528dcf40e1a56cffbfff1dcadd8458753</url>
    <id>1e6fd38528dcf40e1a56cffbfff1dcadd8458753</id>
    <committed-date>2009-12-12T12:52:15-08:00</committed-date>
    <authored-date>2009-12-12T12:52:15-08:00</authored-date>
    <message>Fixed #11632: Fixed a test broken by r11826 that relied on the exact (invalid HTML) id of an initial hidden input field.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11835 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>87fa4f0fb1600553370460d32a01392615f2d1f5</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5fba670f222428abab397b2cd25c84f7ed1815f</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/a1cf95e3cc22a4d628405cb05c6c9a7781e88a83</url>
    <id>a1cf95e3cc22a4d628405cb05c6c9a7781e88a83</id>
    <committed-date>2009-12-12T12:25:41-08:00</committed-date>
    <authored-date>2009-12-12T12:25:41-08:00</authored-date>
    <message>Fixed #7977: Fixed admindocs to use docstrings instead of a static array to locate type information.
Thanks J. Clifford Dyer.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11833 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>50263cf7994f35857e6cb3d98cf4f969e55a5bab</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>388f0ef5302fe9aada9b2f6596e3aed44722ab2c</id>
      </parent>
    </parents>
    <author>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/c5fba670f222428abab397b2cd25c84f7ed1815f</url>
    <id>c5fba670f222428abab397b2cd25c84f7ed1815f</id>
    <committed-date>2009-12-12T11:38:48-08:00</committed-date>
    <authored-date>2009-12-12T11:38:48-08:00</authored-date>
    <message>Removed a left-over empty test directory -- the perils of git-svn, apparently.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11831 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>1d81f7dd9920f2de69d7e163560b6529457d9d56</tree>
    <committer>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6b5ac3db0637c7e1750999ed0565e8dc2ba45c1c</id>
      </parent>
    </parents>
    <author>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/388f0ef5302fe9aada9b2f6596e3aed44722ab2c</url>
    <id>388f0ef5302fe9aada9b2f6596e3aed44722ab2c</id>
    <committed-date>2009-12-12T10:52:12-08:00</committed-date>
    <authored-date>2009-12-12T10:52:12-08:00</authored-date>
    <message>Fixed #3512: it's now possible to add CSS hooks to required/erroneous form rows. Thanks, SmileyChris.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11830 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>1d81f7dd9920f2de69d7e163560b6529457d9d56</tree>
    <committer>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d6d2757bda8d4cb665af6390df0216502da6cdf</id>
      </parent>
    </parents>
    <author>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/6b5ac3db0637c7e1750999ed0565e8dc2ba45c1c</url>
    <id>6b5ac3db0637c7e1750999ed0565e8dc2ba45c1c</id>
    <committed-date>2009-12-12T10:45:43-08:00</committed-date>
    <authored-date>2009-12-12T10:45:43-08:00</authored-date>
    <message>Fixed the tests I broke with [11824].

Note to self: naming a module &quot;settings&quot; is a really good way of screwing things up.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11828 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>ed8d50766a49fbc4ffeb456ad78cd17713b1b94d</tree>
    <committer>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07c6b0f228bb47eecbbf6aae74dcb13d0c5af343</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/1d6d2757bda8d4cb665af6390df0216502da6cdf</url>
    <id>1d6d2757bda8d4cb665af6390df0216502da6cdf</id>
    <committed-date>2009-12-12T10:18:31-08:00</committed-date>
    <authored-date>2009-12-12T10:18:31-08:00</authored-date>
    <message>Fixed #11632: Fixed the id for hidden initial widget so that it is different from the id for its visible counterpart. Thanks geber@datacollect.com and Mark Lavin.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11826 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>5c8e0155f199f5651b88bb41407d618ca5a571c2</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8224dd121aac6b9aedd4145931d0acdca777c959</id>
      </parent>
    </parents>
    <author>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/07c6b0f228bb47eecbbf6aae74dcb13d0c5af343</url>
    <id>07c6b0f228bb47eecbbf6aae74dcb13d0c5af343</id>
    <committed-date>2009-12-12T09:51:51-08:00</committed-date>
    <authored-date>2009-12-12T09:51:51-08:00</authored-date>
    <message>FIxed #10130: you may now delete attributes on `settings`. Thanks, jcassee.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11824 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>70d777c3417f621c4e33044f1e8bd970742d6704</tree>
    <committer>
      <name>jacob</name>
      <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d73ced40a2849c171fc7db827a786d9045006900</id>
      </parent>
    </parents>
    <author>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/8224dd121aac6b9aedd4145931d0acdca777c959</url>
    <id>8224dd121aac6b9aedd4145931d0acdca777c959</id>
    <committed-date>2009-12-12T09:20:32-08:00</committed-date>
    <authored-date>2009-12-12T09:20:32-08:00</authored-date>
    <message>Fixed #11972: Corrected title filter handling of numbers followed by letters.  Thanks schwank@gmail.com and Randy Barlow.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11822 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>6d8630e8573209bd6206c169e89e47ac8478bcaa</tree>
    <committer>
      <name>kmtracey</name>
      <email>kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>04986e8bbafdfc5dcd8a75f7f0095b638d8b765b</id>
      </parent>
    </parents>
    <author>
      <name>brosner</name>
      <email>brosner@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/d73ced40a2849c171fc7db827a786d9045006900</url>
    <id>d73ced40a2849c171fc7db827a786d9045006900</id>
    <committed-date>2009-12-12T07:30:25-08:00</committed-date>
    <authored-date>2009-12-12T07:30:25-08:00</authored-date>
    <message>Fixed edge case that breaks the test suite on versions of Python &gt; 2.6.4

Before http://svn.python.org/view?view=rev&amp;revision=74647 it was possible to
pass a SimpleCookie to load, but this no longer works due to a different bug
in Python the said revision fixed.

My guess is a SimpleCookie was never intended to be passed through load which
is perfectly reasonable.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11820 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>0844093788f52a8d521caa196ed19e340d29e579</tree>
    <committer>
      <name>brosner</name>
      <email>brosner@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4b4c216d3fdb3972867ec63abf45776b854850d5</id>
      </parent>
    </parents>
    <author>
      <name>brosner</name>
      <email>brosner@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/04986e8bbafdfc5dcd8a75f7f0095b638d8b765b</url>
    <id>04986e8bbafdfc5dcd8a75f7f0095b638d8b765b</id>
    <committed-date>2009-12-11T23:13:38-08:00</committed-date>
    <authored-date>2009-12-11T23:13:38-08:00</authored-date>
    <message>Adjusted URL to #django IRC logs

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11817 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>463fd094c8b4e112258f590d58e4164ac5a0228d</tree>
    <committer>
      <name>brosner</name>
      <email>brosner@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c738b957bfdac7c5d2d8c10d0f5ce5cd3db753d1</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/4b4c216d3fdb3972867ec63abf45776b854850d5</url>
    <id>4b4c216d3fdb3972867ec63abf45776b854850d5</id>
    <committed-date>2009-12-11T22:00:59-08:00</committed-date>
    <authored-date>2009-12-11T22:00:59-08:00</authored-date>
    <message>Fixed #11874 -- Optimizations and cleanups for SortedDict. Thanks to Alex Gaynor and Armin Ronacher for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11815 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>a3d507431935414ad28bab41e35c97ad23544735</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>936f3f581deebc7ac65231dc77383944e92423a5</id>
      </parent>
    </parents>
    <author>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/c738b957bfdac7c5d2d8c10d0f5ce5cd3db753d1</url>
    <id>c738b957bfdac7c5d2d8c10d0f5ce5cd3db753d1</id>
    <committed-date>2009-12-11T21:25:50-08:00</committed-date>
    <authored-date>2009-12-11T21:25:50-08:00</authored-date>
    <message>Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in contrib.messages. Thanks to Jeremy Dunck for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11814 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>0cd3fe57d73a9c05903d9ce36ddd8493f82ac86a</tree>
    <committer>
      <name>russellm</name>
      <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b73867550dbb7b89861485a09420e340aae0b3e</id>
      </parent>
    </parents>
    <author>
      <name>zgoda</name>
      <email>zgoda@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </author>
    <url>http://github.com/jezdez/django/commit/936f3f581deebc7ac65231dc77383944e92423a5</url>
    <id>936f3f581deebc7ac65231dc77383944e92423a5</id>
    <committed-date>2009-12-11T01:16:43-08:00</committed-date>
    <authored-date>2009-12-11T01:16:43-08:00</authored-date>
    <message>Polish translation updated


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11810 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>88bf2f13c35dff0e2bd5f31f1ac7f8399963b7a7</tree>
    <committer>
      <name>zgoda</name>
      <email>zgoda@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
    </committer>
  </commit>
</commits>
