<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/app_loading, branch archive/soc2010/query-refactor</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-04-21T12:05:15Z</updated>
<entry>
<title>Fixed #13389 -- Ensured that the app_loading test clears out the app cache at the end of each test, so that it doesn't interact badly with flush and other introspected database commands. Thanks to Karen for the report, and Ramiro Morales for the debugging hints.</title>
<updated>2010-04-21T12:05:15Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-04-21T12:05:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e8eac3290126d94580618cb4dac44cd2a7d258d6'/>
<id>urn:sha1:e8eac3290126d94580618cb4dac44cd2a7d258d6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramiro and metzen for pointers on how to find out if a module loaded from an egg has a particular submodule.</title>
<updated>2010-04-15T18:44:51Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-04-15T18:44:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=29341aaffc28866e15e11109b26c6446f39cb68d'/>
<id>urn:sha1:29341aaffc28866e15e11109b26c6446f39cb68d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12982 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro Morales for the patch.</title>
<updated>2010-02-26T15:33:27Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-02-26T15:33:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=46cc7021a8ab60190d81e9d7e039cd84efbafb23'/>
<id>urn:sha1:46cc7021a8ab60190d81e9d7e039cd84efbafb23</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12602 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Corrected app_loading test so it does not generate a key error when TZ is not set in the environment (e.g., on Windows).</title>
<updated>2010-02-03T18:09:11Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-02-03T18:09:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=96a10094e8e7095e1c818231031d7bcbf9dac95a'/>
<id>urn:sha1:96a10094e8e7095e1c818231031d7bcbf9dac95a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10526 -- More fixes when specifying installed apps using "foo.*".</title>
<updated>2009-03-18T00:59:40Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-03-18T00:59:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=324eba99cbfb257de7e2cb377f550a31a84fa673'/>
<id>urn:sha1:324eba99cbfb257de7e2cb377f550a31a84fa673</id>
<content type='text'>
This adds a case that was missed in r9924: underscore handling.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10439 -- Fixed a subtle test failure caused by r9994.</title>
<updated>2009-03-10T05:51:06Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-03-10T05:51:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d0fff8ccd4d61a848314ada5b386652606d44f00'/>
<id>urn:sha1:d0fff8ccd4d61a848314ada5b386652606d44f00</id>
<content type='text'>
Thanks to Ramiro Morales for debugging what was going on here.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10015 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names.</title>
<updated>2009-03-08T09:39:48Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-03-08T09:39:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=242fc605209375425f25cdf591089d7804835606'/>
<id>urn:sha1:242fc605209375425f25cdf591089d7804835606</id>
<content type='text'>
Patch from carljm.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
