<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/conf/__init__.py, branch archive/soc2010/app-loading</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-09-13T00:04:27Z</updated>
<entry>
<title>[soc2010/app-loading] merged trunk</title>
<updated>2010-09-13T00:04:27Z</updated>
<author>
<name>Arthur Koziel</name>
<email>arthur@arthurkoziel.com</email>
</author>
<published>2010-09-13T00:04:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dd49269c7db008b2567f50cb03c4d3d9b321daa1'/>
<id>urn:sha1:dd49269c7db008b2567f50cb03c4d3d9b321daa1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13818 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>Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion</title>
<updated>2010-01-10T18:36:20Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2010-01-10T18:36:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5ceed0a05388079118319940acdb2abe4ee01de6'/>
<id>urn:sha1:5ceed0a05388079118319940acdb2abe4ee01de6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12336 - infinite recursion in dir(UserSettingsHolder)</title>
<updated>2009-12-09T01:34:47Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2009-12-09T01:34:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85bfaf10175884ad3081e5fb32867695bf73f147'/>
<id>urn:sha1:85bfaf10175884ad3081e5fb32867695bf73f147</id>
<content type='text'>
This is a regression introduced in trunk, so it does not need to be backported.

Thanks to miracle2k for the report.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11799 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed non-standard introspection support in LazyObject.</title>
<updated>2009-10-19T21:48:06Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2009-10-19T21:48:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c6e8e5d9f068210d25f501b2aae4192d1c01185c'/>
<id>urn:sha1:c6e8e5d9f068210d25f501b2aae4192d1c01185c</id>
<content type='text'>
LazyObject called a public method ``get_all_members`` on wrapped objects in
order to allow introspection.  This could easily cause name clashes with
existing methods on wrapped objects, and so has been changed to use the
standard methods.  This could be slightly backwards-incompatible, in obscure
cases, if the undocumented LazyObject has been used externally.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett!</title>
<updated>2009-03-18T16:55:59Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-03-18T16:55:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c485e236bd7e5ea40c64b2fe54d85dbb15b2fd39'/>
<id>urn:sha1:c485e236bd7e5ea40c64b2fe54d85dbb15b2fd39</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10088 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 #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>
<entry>
<title>Fixed #10392 -- Fixed an oversight from the refactoring in r9945.</title>
<updated>2009-03-02T08:24:14Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-03-02T08:24:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=00d89f80a52342e3a40ae298155df5b7d1fae7ad'/>
<id>urn:sha1:00d89f80a52342e3a40ae298155df5b7d1fae7ad</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9953 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Factor out some common pieces of django.conf.LazySettings.</title>
<updated>2009-03-02T04:48:22Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-03-02T04:48:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cf3071242a289e20526ade81021b1f895fde706d'/>
<id>urn:sha1:cf3071242a289e20526ade81021b1f895fde706d</id>
<content type='text'>
This is in preparation for some reuse elsewhere in the core code.

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