<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 1.6.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.6.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.6.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-02-06T21:38:06Z</updated>
<entry>
<title>Bump version number for 1.6.2.</title>
<updated>2014-02-06T21:38:06Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2014-02-06T21:38:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=687b3d96c40d745371c64bca7fe6d46a4e7e379c'/>
<id>urn:sha1:687b3d96c40d745371c64bca7fe6d46a4e7e379c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated 1.6.2 release notes for release (and linkified tickets).</title>
<updated>2014-02-06T21:34:41Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2014-02-06T21:34:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c58a98cc34d471d743cd39e873e5b730a372d01b'/>
<id>urn:sha1:c58a98cc34d471d743cd39e873e5b730a372d01b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.6.x] Added missing items to 1.6.2 release notes.</title>
<updated>2014-02-06T00:30:30Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-02-06T00:29:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5f03b06919997aaba4244034afafdf3b84a3e7d3'/>
<id>urn:sha1:5f03b06919997aaba4244034afafdf3b84a3e7d3</id>
<content type='text'>
Backport of b17c75564f from master
</content>
</entry>
<entry>
<title>[1.6.x] Added previous commit to 1.6.2 release notes.</title>
<updated>2014-02-05T20:46:24Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2014-02-05T20:46:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a77ec255737eb87d5e876083651c9aaf950d6f46'/>
<id>urn:sha1:a77ec255737eb87d5e876083651c9aaf950d6f46</id>
<content type='text'>
Backport of 2dd88f0687c2bc9c457816a011bf5e46f6bf84ad from master.
</content>
</entry>
<entry>
<title>[1.6.x] Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"</title>
<updated>2014-02-05T20:32:17Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2014-02-05T04:16:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8864d2478946506db22d2d2d37585f55536fb358'/>
<id>urn:sha1:8864d2478946506db22d2d2d37585f55536fb358</id>
<content type='text'>
This reverts commit 2ee447fb5f8974b432d3dd421af9a242215aea44.

That commit introduced a regression (#21882) and didn't really
do what it was supposed to: while it did delay the evaluation
of lazy objects passed to mark_safe(), they weren't actually
marked as such so they could end up being escaped twice.

Refs #21882.

Backport of a878bf9b093bf15d751b070d132fec52a7523a47 from master.
</content>
</entry>
<entry>
<title>[1.6.x] Fixed #21748 -- join promotion for negated AND conditions</title>
<updated>2014-02-04T17:06:37Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2014-01-08T17:35:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd3fa851b592700a8b04af46f626454db0db02e4'/>
<id>urn:sha1:fd3fa851b592700a8b04af46f626454db0db02e4</id>
<content type='text'>
Made sure Django treats case .filter(NOT (a AND b)) the same way as
.filter((NOT a OR NOT b)) for join promotion.

Heavily modified backpatch of 35cecb1ebd0ccda0be7a518d1b7273333d26fbae
from master.

Conflicts:

	django/db/models/sql/query.py
	tests/queries/tests.py
</content>
</entry>
<entry>
<title>[1.6.x] Fixed #21413 -- resolve_columns fields misalignment</title>
<updated>2014-02-04T13:21:13Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2013-11-17T13:50:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0f272629ca18e440aef67b4a3fd9377a57fb25a8'/>
<id>urn:sha1:0f272629ca18e440aef67b4a3fd9377a57fb25a8</id>
<content type='text'>
Backpatch of 9918c11114ac3ec9622631558ef26ebf3919cb69 from master.

Conflicts:

	django/db/models/sql/compiler.py
	tests/model_inheritance_regress/tests.py
</content>
</entry>
<entry>
<title>[1.6.x] Made Oracle introspect FloatFields correctly</title>
<updated>2014-01-29T23:26:42Z</updated>
<author>
<name>Shai Berger</name>
<email>shai@platonix.com</email>
</author>
<published>2014-01-29T17:18:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5f42c0219550b62e62db6e0f3834671a994e3cd8'/>
<id>urn:sha1:5f42c0219550b62e62db6e0f3834671a994e3cd8</id>
<content type='text'>
Broke InspectDBTestCase.test_field_types in two:
- a test_number_field_types, which now passes on Oracle too
- a test_field_types, for all non-numeric fields, which is still expected to fail

Also made some pep8 fixes in the tests file. Refs #19884

Thanks Tim Graham for review.

Backport of e9d12ba from master
</content>
</entry>
<entry>
<title>[1.6.x] Made Oracle introspect boolean fields</title>
<updated>2014-01-29T23:04:19Z</updated>
<author>
<name>Shai Berger</name>
<email>shai@platonix.com</email>
</author>
<published>2014-01-29T16:08:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0573120cb406066041b0235a3912dc38bc9f10ef'/>
<id>urn:sha1:0573120cb406066041b0235a3912dc38bc9f10ef</id>
<content type='text'>
Refs #19884

Backport of ad975c64fc from master
</content>
</entry>
<entry>
<title>[1.6.x] Fix typo CRSF -&gt; CSRF</title>
<updated>2014-01-29T17:08:42Z</updated>
<author>
<name>Ian Foote</name>
<email>python@ian.feete.org</email>
</author>
<published>2014-01-29T16:54:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=05cef1939e523bdd80d3d3f7864c3b89a2cab303'/>
<id>urn:sha1:05cef1939e523bdd80d3d3f7864c3b89a2cab303</id>
<content type='text'>
Backport of af64f829d7 from master
</content>
</entry>
</feed>
