<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/template/loader.py, branch 1.11.23</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.23</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.23'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2016-01-25T23:37:02Z</updated>
<entry>
<title>Fixed #26109 -- Raised a helpful error if loader.select_tamplate() is passed a string.</title>
<updated>2016-01-25T23:37:02Z</updated>
<author>
<name>Ahmed Mohamed</name>
<email>mohamed@kuicr.kyoto-u.ac.jp</email>
</author>
<published>2016-01-21T08:40:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=229488c8a1486f25b1f2b5ca422cac67708c6c9d'/>
<id>urn:sha1:229488c8a1486f25b1f2b5ca422cac67708c6c9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin.</title>
<updated>2015-09-29T22:31:11Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-26T17:38:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d1a001ef6dcbbe8053da05cdb3ec99965b0953f'/>
<id>urn:sha1:8d1a001ef6dcbbe8053da05cdb3ec99965b0953f</id>
<content type='text'>
Thanks Simon Charette for the DeprecationInstanceCheck class.
</content>
</entry>
<entry>
<title>Removed template.loader.BaseLoader per deprecation timeline.</title>
<updated>2015-09-23T23:31:11Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-05T12:37:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4811f09fa39d5293944dfebfbfaf6849828d2dcd'/>
<id>urn:sha1:4811f09fa39d5293944dfebfbfaf6849828d2dcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed dictionary and context_instance parameters for render functions.</title>
<updated>2015-09-23T23:31:11Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-04T02:01:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9023696613b278bb96a2ab5744da5c2bac023ad7'/>
<id>urn:sha1:9023696613b278bb96a2ab5744da5c2bac023ad7</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
<entry>
<title>Removed dirs parameter in template engine methods and related funtions.</title>
<updated>2015-09-23T23:31:11Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-03T20:12:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3641512c891b653887a90eca8cd3f987682950f'/>
<id>urn:sha1:b3641512c891b653887a90eca8cd3f987682950f</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
<entry>
<title>Removed unreachable code</title>
<updated>2015-06-29T21:14:29Z</updated>
<author>
<name>Andriy Sokolovskiy</name>
<email>me@asokolovskiy.com</email>
</author>
<published>2015-06-29T20:29:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4359be023be3f5e5a1d1d89bf8f193d15f49b7a4'/>
<id>urn:sha1:4359be023be3f5e5a1d1d89bf8f193d15f49b7a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed RemovedInDjangoXYWarnings for new roadmap.</title>
<updated>2015-06-24T20:08:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-06-22T17:54:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aaacaeb0963c406c4fe6f68c6ae51f4a65878250'/>
<id>urn:sha1:aaacaeb0963c406c4fe6f68c6ae51f4a65878250</id>
<content type='text'>
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
</content>
</entry>
<entry>
<title>Moved engine-related exceptions to django.template.exceptions.</title>
<updated>2015-05-06T22:33:47Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2015-04-24T19:35:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d17a035132c4ddba51d57286b2185bc459f69067'/>
<id>urn:sha1:d17a035132c4ddba51d57286b2185bc459f69067</id>
<content type='text'>
With the introduction of multiple template engines these exceptions are no
longer DTL-specific. It makes more sense for them to be moved out of
DTL-related modules.
</content>
</entry>
<entry>
<title>Fixed #24119, #24120 -- Formalized debug integration for template backends.</title>
<updated>2015-05-06T22:33:47Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2015-04-24T19:33:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=adff499e47d99f6b40307acc1ace95508e3c5910'/>
<id>urn:sha1:adff499e47d99f6b40307acc1ace95508e3c5910</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #15053 -- Enabled recursive template loading.</title>
<updated>2015-04-22T19:49:00Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2015-03-03T21:48:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc2147152637e21bc73f991b50fa06254af02739'/>
<id>urn:sha1:fc2147152637e21bc73f991b50fa06254af02739</id>
<content type='text'>
</content>
</entry>
</feed>
