<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 1.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.8</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2015-04-01T19:46:45Z</updated>
<entry>
<title>[1.8.x] Bumped version for 1.8 release.</title>
<updated>2015-04-01T19:46:45Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-04-01T19:46:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=feac4c30ce7635e17ce1adc4c2c7a1eb0721aeb3'/>
<id>urn:sha1:feac4c30ce7635e17ce1adc4c2c7a1eb0721aeb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.8.x] Added release date for Django 1.8.</title>
<updated>2015-04-01T19:31:16Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-04-01T19:30:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2011c7a03179fe745b173d9710aabc7df9635dff'/>
<id>urn:sha1:2011c7a03179fe745b173d9710aabc7df9635dff</id>
<content type='text'>
Backport of 61d6c5d02effef8852d344e4fcaf0754fd47d741 from master
</content>
</entry>
<entry>
<title>[1.8.x] Refs #24500 -- Avoided locale.getpreferredencoding in makemessages</title>
<updated>2015-04-01T18:03:51Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-04-01T16:37:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=72de42cd401613197902370c812eaf607244d87c'/>
<id>urn:sha1:72de42cd401613197902370c812eaf607244d87c</id>
<content type='text'>
Fixes a regression introduced in 53c2cf1e.
Backport of 3f4e77840 from master.
</content>
</entry>
<entry>
<title>[1.8.x] Adapted form regression test to new translations</title>
<updated>2015-04-01T17:53:11Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-04-01T17:47:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=70c5031d56c40e607efae3ed638d97a67f044e63'/>
<id>urn:sha1:70c5031d56c40e607efae3ed638d97a67f044e63</id>
<content type='text'>
Backport of 2112b7d78 from master.
</content>
</entry>
<entry>
<title>[1.8.x] Refs #24538 -- Simplified a test per Aymeric's feedback.</title>
<updated>2015-04-01T17:19:57Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-04-01T17:08:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5a4f95805f9b4f709cfcac53a453b59bd40a9946'/>
<id>urn:sha1:5a4f95805f9b4f709cfcac53a453b59bd40a9946</id>
<content type='text'>
Backport of a184a99123e4dc4c2a90c20e1604e5d301cd76bf from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode.</title>
<updated>2015-04-01T17:12:18Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-04-01T17:12:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5c63c45512eeca1f9c2dbdb0c46cbc7d9c550bdc'/>
<id>urn:sha1:5c63c45512eeca1f9c2dbdb0c46cbc7d9c550bdc</id>
<content type='text'>
This change:

* Makes the InclusionNode cache-safe by removing render-time side effects
  to its nodelist.
* Ensures the render_context stack is properly scoped and reset by updating
  the render call to use Template.render rather than Nodelist.render.

Backport of 0808ccce3808235c5b5a56e3f689cec0d4bc0ebf from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24538 -- Allowed self in Jinja context</title>
<updated>2015-04-01T16:27:52Z</updated>
<author>
<name>Tim Heap</name>
<email>tim@timheap.me</email>
</author>
<published>2015-03-31T04:37:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ff8eabc5ccb7af928856910c8af72d84346821e9'/>
<id>urn:sha1:ff8eabc5ccb7af928856910c8af72d84346821e9</id>
<content type='text'>
Rendering a Jinja template with self in the context threw an error.
While self is a reserved variable in Jinja, including self in the
context is not an error, so Django should respect that.

Backport of 4ea1909d3c420ba1fbdbf7221cad518d43aef885 from master
</content>
</entry>
<entry>
<title>[1.8.x] Fetched updated contrib translations from Transifex</title>
<updated>2015-04-01T13:05:29Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-04-01T12:30:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5483c66f85cf67d52d92755ce550de1a4d3c5715'/>
<id>urn:sha1:5483c66f85cf67d52d92755ce550de1a4d3c5715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.8.x] Fetched updated core translations from Transifex</title>
<updated>2015-04-01T12:54:32Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-04-01T11:53:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d1b206daf8f62fb7b1f8daddf87152f8aff3a97e'/>
<id>urn:sha1:d1b206daf8f62fb7b1f8daddf87152f8aff3a97e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.8.x] Removed source strings from translated po files</title>
<updated>2015-04-01T12:54:07Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-04-01T12:42:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=05a781a4756ff4710bc125ae8d2a3fefed408140'/>
<id>urn:sha1:05a781a4756ff4710bc125ae8d2a3fefed408140</id>
<content type='text'>
</content>
</entry>
</feed>
