<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 1.8.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.8.8</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.8.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2016-01-02T13:52:10Z</updated>
<entry>
<title>[1.8.8] Bumped version for 1.8.8 release.</title>
<updated>2016-01-02T13:52:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-01-02T13:52:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a1f5bafac51f973cc7219d3b7c96587fe7066920'/>
<id>urn:sha1:a1f5bafac51f973cc7219d3b7c96587fe7066920</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.8.x] Added release date for 1.8.8 release.</title>
<updated>2016-01-02T13:37:08Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-01-02T13:35:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4fd5f06d1e0c9273224ed447773512eae06c798e'/>
<id>urn:sha1:4fd5f06d1e0c9273224ed447773512eae06c798e</id>
<content type='text'>
Backport of 24c1713e2ec29214838be61cc6bf13b6bf380f4f from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #25316 -- Fixed a crash with order_by() and values() after annotate().</title>
<updated>2016-01-02T13:20:07Z</updated>
<author>
<name>varunnaganathan</name>
<email>varunnaganathan912@gmail.com</email>
</author>
<published>2015-12-24T15:42:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f6b4893a9fcc3f9888491820e31c02e074d86341'/>
<id>urn:sha1:f6b4893a9fcc3f9888491820e31c02e074d86341</id>
<content type='text'>
Backport of 3eba9638ee69138c73efb1d1c1d1b806ddafc6cf from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.</title>
<updated>2015-12-31T14:20:00Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2015-12-29T16:29:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1261c49690e25c9887f88b7d7f391764f01e1992'/>
<id>urn:sha1:1261c49690e25c9887f88b7d7f391764f01e1992</id>
<content type='text'>
Django's test suite often tries to load fixture files from apps that have
no fixtures at all. This creates a lot of unnecessary disabling and
enabling of constraints which can be expensive on some database.

To speed this up, loaddata now first checks if any fixture file matches.
If no fixture file is matched, then the command exits before disabling
and enabling of constraints is done.

The main benefit of this change is seen on MSSQL, where tests on
Django 1.8 run hours faster.

Backport of ee9f4686b19e2b4a68f5cb4f9d61dc045c1d4c63 from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed typo in BaseCache.delete_many() docstring.</title>
<updated>2015-12-30T01:50:36Z</updated>
<author>
<name>Matthew Madurski</name>
<email>mmadurski@managedbyq.com</email>
</author>
<published>2015-12-29T23:42:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cef1bc87f9edea21e8dac6854b68b295eabd5aca'/>
<id>urn:sha1:cef1bc87f9edea21e8dac6854b68b295eabd5aca</id>
<content type='text'>
Backport of 7df9aa3a33271706bf172eac77b5b0d02c971d77 from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fields.</title>
<updated>2015-12-30T00:56:23Z</updated>
<author>
<name>Alexander Gaevsky</name>
<email>sasha@sasha0.ru</email>
</author>
<published>2015-12-24T21:32:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=83174866ac462e91913923e2368c23633a451f06'/>
<id>urn:sha1:83174866ac462e91913923e2368c23633a451f06</id>
<content type='text'>
Backport of 69208a5a1c55d42ca0eaffa900be643d9f801089 from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed typo in test name.</title>
<updated>2015-12-29T17:48:58Z</updated>
<author>
<name>knbk</name>
<email>marten.knbk@gmail.com</email>
</author>
<published>2015-12-29T17:37:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bd746ae341009215d5f5832d83b27c798fc63254'/>
<id>urn:sha1:bd746ae341009215d5f5832d83b27c798fc63254</id>
<content type='text'>
Backport of 300de968d680eea10daa00132f60b7db47abfe1d from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #23285 -- Fixed non-deterministic admin_views test.</title>
<updated>2015-12-28T23:35:23Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-12-28T22:36:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=11601ee826bd3bf42e4bd182f97e5d54b152225d'/>
<id>urn:sha1:11601ee826bd3bf42e4bd182f97e5d54b152225d</id>
<content type='text'>
This test sometimes fail because the checked integers can appear in the
output as memory addresses due to #24316.

Backport of 2939ed4a18864549a25807193ea5af490d632dc6 from stable/1.9.x
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.</title>
<updated>2015-12-24T16:25:50Z</updated>
<author>
<name>Markus Bertheau</name>
<email>mbertheau@gmail.com</email>
</author>
<published>2015-04-27T21:56:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b51086d57313e7ea857f4b96b62d25e600ee0a8d'/>
<id>urn:sha1:b51086d57313e7ea857f4b96b62d25e600ee0a8d</id>
<content type='text'>
Backport of 4a438e400b7ce0ab9d0b6876196cbe8d620a4171 from master
</content>
</entry>
<entry>
<title>[1.8.x] Discouraged use of /tmp with predictable names.</title>
<updated>2015-12-24T14:57:02Z</updated>
<author>
<name>Chris Lamb</name>
<email>chris@chris-lamb.co.uk</email>
</author>
<published>2015-12-23T17:08:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=91d46d2fb872a572dcd8e645b2d60be4d4c7ca24'/>
<id>urn:sha1:91d46d2fb872a572dcd8e645b2d60be4d4c7ca24</id>
<content type='text'>
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.

Backport of 77b8d8cb6d6d6345f479c68c4892291c1492ba7e from master
</content>
</entry>
</feed>
