<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/utils_tests/test_module_loading.py, branch 1.8b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8b1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-02-09T19:24:06Z</updated>
<entry>
<title>[1.8.x] Sorted imports with isort; refs #23860.</title>
<updated>2015-02-09T19:24:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-09T18:19:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a8b70d251d238b4e6cfc7bb4296da15494f8dff3'/>
<id>urn:sha1:a8b70d251d238b4e6cfc7bb4296da15494f8dff3</id>
<content type='text'>
Backport of 0ed7d155635da9f79d4dd67e4889087d3673c6da from master
</content>
</entry>
<entry>
<title>Applied ignore_warnings to Django tests</title>
<updated>2014-12-30T17:16:25Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-12-21T20:19:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=51890ce8898f821d28f2f6fb6071c936e9bd88f0'/>
<id>urn:sha1:51890ce8898f821d28f2f6fb6071c936e9bd88f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23670 -- Prevented partial import state during module autodiscovery</title>
<updated>2014-10-31T12:01:47Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2014-10-31T09:22:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98da408964b229ee0b35bb8c4500820e3606aeab'/>
<id>urn:sha1:98da408964b229ee0b35bb8c4500820e3606aeab</id>
<content type='text'>
Thanks kostko for the report.
</content>
</entry>
<entry>
<title>Advanced deprecation warnings for 1.8.</title>
<updated>2014-03-22T20:12:58Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-03-22T20:08:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=232181d1c5307d9af5fc292682661e91439a9289'/>
<id>urn:sha1:232181d1c5307d9af5fc292682661e91439a9289</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings</title>
<updated>2014-03-08T08:57:40Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-02-26T21:48:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=210d0489c5daad56b806f8165f9fe09fb3c2a019'/>
<id>urn:sha1:210d0489c5daad56b806f8165f9fe09fb3c2a019</id>
<content type='text'>
Thanks Anssi Kääriäinen for the idea and Simon Charette for the
review.
</content>
</entry>
<entry>
<title>Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string().</title>
<updated>2014-02-08T16:12:19Z</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2014-01-20T20:15:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d263dee304fdaf95e18d2f0619d6925984a7f02'/>
<id>urn:sha1:5d263dee304fdaf95e18d2f0619d6925984a7f02</id>
<content type='text'>
Thanks Aymeric Augustin for the suggestion and review.
</content>
</entry>
<entry>
<title>Moved sys.path-extending decorator to django.test.utils and used throughout test suite.</title>
<updated>2014-01-26T05:50:40Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2014-01-26T05:50:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ca95f8e4359325567fa441eef8f18cb710850eeb'/>
<id>urn:sha1:ca95f8e4359325567fa441eef8f18cb710850eeb</id>
<content type='text'>
Thanks Aymeric for the suggestion.
</content>
</entry>
<entry>
<title>Dropped AppCache._empty, _with_app and _without_app.</title>
<updated>2013-12-23T20:37:56Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-23T09:37:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=da16bb30ff238aa4d59b4186d92ef5429d8d0045'/>
<id>urn:sha1:da16bb30ff238aa4d59b4186d92ef5429d8d0045</id>
<content type='text'>
It's now easier to achieve the same effect with modify_settings or
override_settings.
</content>
</entry>
<entry>
<title>Moved apps back in the toplevel django namespace.</title>
<updated>2013-12-22T10:39:55Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-22T10:35:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2fef9e5375b0267734392080858d9fced15ee2f9'/>
<id>urn:sha1:2fef9e5375b0267734392080858d9fced15ee2f9</id>
<content type='text'>
Reverted 4a56a93cc458e9ab4dcab95d9f5067d4975dd1a2.
</content>
</entry>
<entry>
<title>Stopped iterating on INSTALLED_APPS.</title>
<updated>2013-12-22T10:39:18Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-19T14:57:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=65cd74be8e99d06c7861edc5050e34d6444e4d56'/>
<id>urn:sha1:65cd74be8e99d06c7861edc5050e34d6444e4d56</id>
<content type='text'>
Used the app cache's get_app_configs() method instead.
</content>
</entry>
</feed>
