<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>bcb3ec92e294f9c893cf7260485346726020ee26</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/9eebd98f0d9d4205fbb32132cb5dddeefac461af</url>
    <id>9eebd98f0d9d4205fbb32132cb5dddeefac461af</id>
    <committed-date>2009-12-22T07:18:51-08:00</committed-date>
    <authored-date>2009-12-22T07:18:51-08:00</authored-date>
    <message>Fixed #1142 -- Added multiple database support.

This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project.
Congratulations to Alex for a job well done.

Big thanks also go to:
 * Justin Bronn for keeping GIS in line with the changes,
 * Karen Tracey and Jani Tiainen for their help testing Oracle support
 * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback.
 * Malcolm Treddinick for his guidance during the GSoC submission process.
 * Simon Willison for driving the original design process
 * Cal Henderson for complaining about ponies he wanted.

... and everyone else too numerous to mention that helped to bring this feature into fruition.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>a4cb0ebdd55fcaf8c8855231b6ad3e1a7bf45bee</tree>
    <committer>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a32d17fd4520ec243fbf2bcfd04a9ebba6150b8</id>
      </parent>
    </parents>
    <author>
      <name>Karen Tracey</name>
      <email>kmtracey@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/bcb3ec92e294f9c893cf7260485346726020ee26</url>
    <id>bcb3ec92e294f9c893cf7260485346726020ee26</id>
    <committed-date>2009-12-22T05:41:51-08:00</committed-date>
    <authored-date>2009-12-22T05:41:51-08:00</authored-date>
    <message>Added mention of the big integer field and failfast test option to the 1.2 release notes.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11943 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>3aa9bf06e7bb4f91c0ee4902354d15b49da5b178</tree>
    <committer>
      <name>Karen Tracey</name>
      <email>kmtracey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>920c96e5d85061c1c5b42e027b61db543f683809</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/8a32d17fd4520ec243fbf2bcfd04a9ebba6150b8</url>
    <id>8a32d17fd4520ec243fbf2bcfd04a9ebba6150b8</id>
    <committed-date>2009-12-21T22:01:23-08:00</committed-date>
    <authored-date>2009-12-21T22:01:23-08:00</authored-date>
    <message>Fixed #11936 -- Removed deferred models from the list returned by the app_cache. Thanks to ryszard for the report, and clamothe for the initial patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11938 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>7a4a27587efc46830a6ab1a621e297482ea5c9fd</tree>
    <committer>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>047be04785e01a3222efe299d3ac48df59f54612</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/920c96e5d85061c1c5b42e027b61db543f683809</url>
    <id>920c96e5d85061c1c5b42e027b61db543f683809</id>
    <committed-date>2009-12-21T22:00:57-08:00</committed-date>
    <authored-date>2009-12-21T22:00:57-08:00</authored-date>
    <message>Corrected the tests for DjangoTestRunner so they pass under Postgres.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11937 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>30e593c1ca99cf1d180356431c3b4f76747675bc</tree>
    <committer>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07f5d63536670af4569baccf203ee2350897c974</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/047be04785e01a3222efe299d3ac48df59f54612</url>
    <id>047be04785e01a3222efe299d3ac48df59f54612</id>
    <committed-date>2009-12-20T17:53:39-08:00</committed-date>
    <authored-date>2009-12-20T17:53:39-08:00</authored-date>
    <message>Fixed #12409 -- Corrected some documentation typos in the docs on raw querysets. Also added a missing __init__.py file. Thanks to Alex Gaynor for the reports.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11924 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>cf3b9e08c5433f0ee39c8718854f9042d759b078</tree>
    <committer>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f903f4cfec6ccb487f48042d4b67eb5d20bcbcf7</id>
      </parent>
    </parents>
    <author>
      <name>Simon Willison</name>
      <email>simon@simonwillison.net</email>
    </author>
    <url>http://github.com/brosner/django/commit/07f5d63536670af4569baccf203ee2350897c974</url>
    <id>07f5d63536670af4569baccf203ee2350897c974</id>
    <committed-date>2009-12-20T14:46:35-08:00</committed-date>
    <authored-date>2009-12-20T14:46:35-08:00</authored-date>
    <message>Fixed a broken ImproperlyConfigured error message

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11923 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>272aa86390e296172cd0f164e38882a9de09cd63</tree>
    <committer>
      <name>Simon Willison</name>
      <email>simon@simonwillison.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a732f3c2eb9106174e36f5ffaec047454da0808</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Kaplan-Moss</name>
      <email>jacob@jacobian.org</email>
    </author>
    <url>http://github.com/brosner/django/commit/f903f4cfec6ccb487f48042d4b67eb5d20bcbcf7</url>
    <id>f903f4cfec6ccb487f48042d4b67eb5d20bcbcf7</id>
    <committed-date>2009-12-19T18:46:58-08:00</committed-date>
    <authored-date>2009-12-19T18:46:58-08:00</authored-date>
    <message>Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL queries and yield models.

See `docs/topics/db/raw.txt` for details.

Thanks to seanoc for getting the ball rolling, and to Russ for wrapping things up.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11921 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>7484a65e3de932bfdefc3925371e59ad12ac9363</tree>
    <committer>
      <name>Jacob Kaplan-Moss</name>
      <email>jacob@jacobian.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5fe5ee64dc44a8858b4628e57a475332fdea7ae8</id>
      </parent>
    </parents>
    <author>
      <name>Luke Plant</name>
      <email>L.Plant.98@cantab.net</email>
    </author>
    <url>http://github.com/brosner/django/commit/9a732f3c2eb9106174e36f5ffaec047454da0808</url>
    <id>9a732f3c2eb9106174e36f5ffaec047454da0808</id>
    <committed-date>2009-12-19T07:25:16-08:00</committed-date>
    <authored-date>2009-12-19T07:25:16-08:00</authored-date>
    <message>Fixed #10927 - Content Types shortcut view throws 500s instead of 404s

Thanks to Jeremy Dunck/Alex Gaynor for the patch



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11917 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>832f0e11fa15383a7cf403dc128c0241ac72f519</tree>
    <committer>
      <name>Luke Plant</name>
      <email>L.Plant.98@cantab.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9fcdf8a12bf587c3f1c34fad6f568db39a8922dc</id>
      </parent>
    </parents>
    <author>
      <name>Luke Plant</name>
      <email>L.Plant.98@cantab.net</email>
    </author>
    <url>http://github.com/brosner/django/commit/5fe5ee64dc44a8858b4628e57a475332fdea7ae8</url>
    <id>5fe5ee64dc44a8858b4628e57a475332fdea7ae8</id>
    <committed-date>2009-12-19T07:02:46-08:00</committed-date>
    <authored-date>2009-12-19T07:02:46-08:00</authored-date>
    <message>Fixed #12258 - QuerySet.get() should clear ordering.

We only clear ordering when doing so cannot change the result returned by
the get() method i.e.  when the query does not already define limits.

Thanks to mattdennewitz@gmail.com for the report, and jdunck for the patch



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11916 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>ac968f3a5e1c4f8d6968ed8c6ccef16a4904b0c9</tree>
    <committer>
      <name>Luke Plant</name>
      <email>L.Plant.98@cantab.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cff4483a8fc5762320fd7d296fea3bf18cb4ec4b</id>
      </parent>
    </parents>
    <author>
      <name>Luke Plant</name>
      <email>L.Plant.98@cantab.net</email>
    </author>
    <url>http://github.com/brosner/django/commit/9fcdf8a12bf587c3f1c34fad6f568db39a8922dc</url>
    <id>9fcdf8a12bf587c3f1c34fad6f568db39a8922dc</id>
    <committed-date>2009-12-19T06:50:41-08:00</committed-date>
    <authored-date>2009-12-19T06:50:41-08:00</authored-date>
    <message>Fixed #12251 - QuerySet.in_bulk() should accept set/frozenset

Thanks to emulbreh for patch.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11915 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>048322b2f426b83cef6eb865fa1de4a1b6ee7734</tree>
    <committer>
      <name>Luke Plant</name>
      <email>L.Plant.98@cantab.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fe4578d0cddc5297b2a44df52624228dd94776b0</id>
      </parent>
    </parents>
    <author>
      <name>Luke Plant</name>
      <email>L.Plant.98@cantab.net</email>
    </author>
    <url>http://github.com/brosner/django/commit/cff4483a8fc5762320fd7d296fea3bf18cb4ec4b</url>
    <id>cff4483a8fc5762320fd7d296fea3bf18cb4ec4b</id>
    <committed-date>2009-12-19T06:27:26-08:00</committed-date>
    <authored-date>2009-12-19T06:27:26-08:00</authored-date>
    <message>Fixed #6961 - loaddata fails if models is a package instead of a module

Thanks to pmd for report, zhaoz, mmalone and justinlilly for patch



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11914 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>7e3c2b3d68ad3937f911b5a1550732984124e756</tree>
    <committer>
      <name>Luke Plant</name>
      <email>L.Plant.98@cantab.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d756f166ad7c7933b32c34e0ec62438be70b60ba</id>
      </parent>
    </parents>
    <author>
      <name>Justin Bronn</name>
      <email>jbronn@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/fe4578d0cddc5297b2a44df52624228dd94776b0</url>
    <id>fe4578d0cddc5297b2a44df52624228dd94776b0</id>
    <committed-date>2009-12-19T00:19:38-08:00</committed-date>
    <authored-date>2009-12-19T00:19:38-08:00</authored-date>
    <message>Fixed #12234 -- Create additional indexes that use the appropriate operation class for PostgreSQL `varchar` and `text` columns when `db_index=True`.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11912 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>40d7cd808c7ffd20b3d037a548c96a2749559c63</tree>
    <committer>
      <name>Justin Bronn</name>
      <email>jbronn@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d77fc6d15bb21163d9cb85f0757967947dd7cf6</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/brosner/django/commit/d756f166ad7c7933b32c34e0ec62438be70b60ba</url>
    <id>d756f166ad7c7933b32c34e0ec62438be70b60ba</id>
    <committed-date>2009-12-18T02:08:05-08:00</committed-date>
    <authored-date>2009-12-18T02:08:05-08:00</authored-date>
    <message>Fixed #9749 - Added hook to ModelAdmin for specifying custom ChangeLists. Thanks to David Larlet and Eric Florenzano.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11910 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>437511ce2ae8b3df6ab80dd3824d0eb58534af77</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7759c8d6ede68f96d490d045174360cb79b53401</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/brosner/django/commit/4d77fc6d15bb21163d9cb85f0757967947dd7cf6</url>
    <id>4d77fc6d15bb21163d9cb85f0757967947dd7cf6</id>
    <committed-date>2009-12-18T02:07:34-08:00</committed-date>
    <authored-date>2009-12-18T02:07:34-08:00</authored-date>
    <message>Fixed #8145 - Documented the codenames of the default auth permissions

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11909 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>ede6db3cf019e492a9139decee9c157cc799158f</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11734d31c21405deb2802364b3c286db886b9d24</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/7759c8d6ede68f96d490d045174360cb79b53401</url>
    <id>7759c8d6ede68f96d490d045174360cb79b53401</id>
    <committed-date>2009-12-17T16:32:10-08:00</committed-date>
    <authored-date>2009-12-17T16:32:10-08:00</authored-date>
    <message>Corrected an example in the natural key serialization docs. Thanks to Alex Gaynor for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11907 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>4f83c31fb2fd02b15b295402beaf8ba93765b57f</tree>
    <committer>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3599610e7e4f6591e122b751808b614decb752f7</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/11734d31c21405deb2802364b3c286db886b9d24</url>
    <id>11734d31c21405deb2802364b3c286db886b9d24</id>
    <committed-date>2009-12-17T15:47:45-08:00</committed-date>
    <authored-date>2009-12-17T15:47:45-08:00</authored-date>
    <message>Fixed #12393 -- Parameterized the form output in the testGenericInlineFormset test to avoid database PK problems. Thanks to Karen for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11905 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>be4303f5e14e37b7f1b55e02ff39e92c1030e71e</tree>
    <committer>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5fbf01c44c75674e1676df2ae0709f51f22aecc6</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Kaplan-Moss</name>
      <email>jacob@jacobian.org</email>
    </author>
    <url>http://github.com/brosner/django/commit/3599610e7e4f6591e122b751808b614decb752f7</url>
    <id>3599610e7e4f6591e122b751808b614decb752f7</id>
    <committed-date>2009-12-17T14:06:41-08:00</committed-date>
    <authored-date>2009-12-17T14:06:41-08:00</authored-date>
    <message>Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11901 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>e5c22d5015aa9b37e7a09b8d87ab69e9fde68f0b</tree>
    <committer>
      <name>Jacob Kaplan-Moss</name>
      <email>jacob@jacobian.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4c5d58169e16e5c626dff3c52d4068a2fc6c3bf9</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Kaplan-Moss</name>
      <email>jacob@jacobian.org</email>
    </author>
    <url>http://github.com/brosner/django/commit/5fbf01c44c75674e1676df2ae0709f51f22aecc6</url>
    <id>5fbf01c44c75674e1676df2ae0709f51f22aecc6</id>
    <committed-date>2009-12-17T13:54:37-08:00</committed-date>
    <authored-date>2009-12-17T13:54:37-08:00</authored-date>
    <message>Fixed #12395 - fixed test suite flushing problems on Postgres, MySQL.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11900 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>f353121e2a66140e46b9fea14589f0e25d43c76c</tree>
    <committer>
      <name>Jacob Kaplan-Moss</name>
      <email>jacob@jacobian.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6b3953dc0edeec1ed8aa7e26f6f43e4c88f9b43e</id>
      </parent>
    </parents>
    <author>
      <name>Justin Bronn</name>
      <email>jbronn@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/4c5d58169e16e5c626dff3c52d4068a2fc6c3bf9</url>
    <id>4c5d58169e16e5c626dff3c52d4068a2fc6c3bf9</id>
    <committed-date>2009-12-17T10:21:30-08:00</committed-date>
    <authored-date>2009-12-17T10:21:30-08:00</authored-date>
    <message>Fixed #12390 -- `Distance` and `Area` objects now support multiplication when they are the right-hand side.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11898 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>817759874ea071e023387f915158c197ef6354af</tree>
    <committer>
      <name>Justin Bronn</name>
      <email>jbronn@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab4df607192f19524d531ce47849ade85e56f2ab</id>
      </parent>
    </parents>
    <author>
      <name>Karen Tracey</name>
      <email>kmtracey@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/6b3953dc0edeec1ed8aa7e26f6f43e4c88f9b43e</url>
    <id>6b3953dc0edeec1ed8aa7e26f6f43e4c88f9b43e</id>
    <committed-date>2009-12-17T07:10:38-08:00</committed-date>
    <authored-date>2009-12-17T07:10:38-08:00</authored-date>
    <message>Fixed #399: Added big integer field. Thanks to Tom&#225;&#353; Kope&#269;ek for persistently maintaining a patch for this.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11887 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>e12689d4bf10f59b135dbb627b1ecb0b9d5a092c</tree>
    <committer>
      <name>Karen Tracey</name>
      <email>kmtracey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d0410372af98fab9e2afa99286993502eef6886</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/ab4df607192f19524d531ce47849ade85e56f2ab</url>
    <id>ab4df607192f19524d531ce47849ade85e56f2ab</id>
    <committed-date>2009-12-16T23:27:26-08:00</committed-date>
    <authored-date>2009-12-16T23:27:26-08:00</authored-date>
    <message>Updated BaseGenericInlineFormSet to match the changes made to BaseInlineFormSet in r11874.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11885 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>f4e7bff4299c7dd5f80a6269223d6dc9a95027a4</tree>
    <committer>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0bdedc2e866c0efa1d07836eb13a054f7cfa2e93</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Kaplan-Moss</name>
      <email>jacob@jacobian.org</email>
    </author>
    <url>http://github.com/brosner/django/commit/0d0410372af98fab9e2afa99286993502eef6886</url>
    <id>0d0410372af98fab9e2afa99286993502eef6886</id>
    <committed-date>2009-12-16T15:47:30-08:00</committed-date>
    <authored-date>2009-12-16T15:47:30-08:00</authored-date>
    <message>Fixed #12384: fixed a Python 2.4 incompatibility introduced in [11863].

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11884 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>6052cbd78e5d9ae0c15939ad3d6127b6cba189a2</tree>
    <committer>
      <name>Jacob Kaplan-Moss</name>
      <email>jacob@jacobian.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6b8ec82d33cec386ed1e7cc4f8e1dccb4e5b4e9a</id>
      </parent>
    </parents>
    <author>
      <name>Luke Plant</name>
      <email>L.Plant.98@cantab.net</email>
    </author>
    <url>http://github.com/brosner/django/commit/0bdedc2e866c0efa1d07836eb13a054f7cfa2e93</url>
    <id>0bdedc2e866c0efa1d07836eb13a054f7cfa2e93</id>
    <committed-date>2009-12-16T13:25:00-08:00</committed-date>
    <authored-date>2009-12-16T13:25:00-08:00</authored-date>
    <message>Fixed #12389 - performance enhancement of get_models()

Thanks to Travis Cline for the patch, which gives about 35% speed increase
for the testsuite (with SQLite in-memory DB).



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11883 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>5b439fe040ec1a4d040023c22950b70547591cac</tree>
    <committer>
      <name>Luke Plant</name>
      <email>L.Plant.98@cantab.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d88432f5435cfde00335028bc2272382514462f</id>
      </parent>
    </parents>
    <author>
      <name>Jarek Zgoda</name>
      <email>jarek.zgoda@redefine.pl</email>
    </author>
    <url>http://github.com/brosner/django/commit/6b8ec82d33cec386ed1e7cc4f8e1dccb4e5b4e9a</url>
    <id>6b8ec82d33cec386ed1e7cc4f8e1dccb4e5b4e9a</id>
    <committed-date>2009-12-16T11:03:51-08:00</committed-date>
    <authored-date>2009-12-16T11:03:51-08:00</authored-date>
    <message>Polish translation updated (still missing some GIS-related things)


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11880 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>ecdca002c14f2a59b9f5e9a080e1c860c99395e7</tree>
    <committer>
      <name>Jarek Zgoda</name>
      <email>jarek.zgoda@redefine.pl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eea2174a1a89196977501116a0e581dd8ec59396</id>
      </parent>
    </parents>
    <author>
      <name>Karen Tracey</name>
      <email>kmtracey@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/2d88432f5435cfde00335028bc2272382514462f</url>
    <id>2d88432f5435cfde00335028bc2272382514462f</id>
    <committed-date>2009-12-16T10:13:34-08:00</committed-date>
    <authored-date>2009-12-16T10:13:34-08:00</authored-date>
    <message>Fixed #12385: Made built-in field type descriptions in admindocs translatable again.  Many thanks to Ramiro for the problem report and patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11878 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>e9636d93409aa9ea102da6c2d7c7f7b5e21db83b</tree>
    <committer>
      <name>Karen Tracey</name>
      <email>kmtracey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a213c3e3b041c46f46ebb5eac63d55523541e013</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/eea2174a1a89196977501116a0e581dd8ec59396</url>
    <id>eea2174a1a89196977501116a0e581dd8ec59396</id>
    <committed-date>2009-12-16T07:15:41-08:00</committed-date>
    <authored-date>2009-12-16T07:15:41-08:00</authored-date>
    <message>Cleaned up some stray text in the test from r11874. Thanks to Rob Hudson for the eagle eyes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11876 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>168fc0f8ec913f43d88b4763ef6ac6747933a847</tree>
    <committer>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2081e13ca05bd3a0247d860f3bb3af337dfdd305</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/a213c3e3b041c46f46ebb5eac63d55523541e013</url>
    <id>a213c3e3b041c46f46ebb5eac63d55523541e013</id>
    <committed-date>2009-12-16T06:52:29-08:00</committed-date>
    <authored-date>2009-12-16T06:52:29-08:00</authored-date>
    <message>Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, normalizing with BaseModelFormSet, and allowing for custom ordering/subsets in inlines. Thanks to Paulo Scardine for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11874 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
    <tree>8a44b5d4708c30914014586e928ed81db7fd1ff0</tree>
    <committer>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>15e1c6f3feb8a6ea584919727cefda1993c2de6b</id>
      </parent>
    </parents>
    <author>
      <name>Karen Tracey</name>
      <email>kmtracey@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/2081e13ca05bd3a0247d860f3bb3af337dfdd305</url>
    <id>2081e13ca05bd3a0247d860f3bb3af337dfdd305</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>Karen Tracey</name>
      <email>kmtracey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38c9bf04b0db90d95d9b4e1fc0e776d28e73ae90</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/15e1c6f3feb8a6ea584919727cefda1993c2de6b</url>
    <id>15e1c6f3feb8a6ea584919727cefda1993c2de6b</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>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f32fb75091218303413e18e0dac507bc585f6be0</id>
      </parent>
    </parents>
    <author>
      <name>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </author>
    <url>http://github.com/brosner/django/commit/38c9bf04b0db90d95d9b4e1fc0e776d28e73ae90</url>
    <id>38c9bf04b0db90d95d9b4e1fc0e776d28e73ae90</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>Russell Keith-Magee</name>
      <email>freakboy3742@gmail.com</email>
    </committer>
  </commit>
</commits>
