<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/db/sql.txt, branch 1.8.18</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8.18</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8.18'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-09-24T17:18:45Z</updated>
<entry>
<title>[1.8.x] Fixed #25455 -- Optimized dictfetchall() example.</title>
<updated>2015-09-24T17:18:45Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-24T17:17:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb90e8fa2b1222c6408f4cfacac2c66955f75622'/>
<id>urn:sha1:bb90e8fa2b1222c6408f4cfacac2c66955f75622</id>
<content type='text'>
Thanks aklim007 for the suggestion.

Backport of 361f60479d1890e8144fc254d7389a67b35725e9 from master
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #25326 -- Added namedtuple example for executing custom SQL.</title>
<updated>2015-09-03T17:17:34Z</updated>
<author>
<name>Dražen Odobašić</name>
<email>dodobas@candela-it.com</email>
</author>
<published>2015-08-29T14:54:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5ed9616a09679f1b03fd4421c5adbfab17c74efc'/>
<id>urn:sha1:5ed9616a09679f1b03fd4421c5adbfab17c74efc</id>
<content type='text'>
Backport of 5ab65ca5c900557f508f62a260f9ea53d9d93f37 from master
</content>
</entry>
<entry>
<title>[1.8.x] Updated Wikipedia links to use https</title>
<updated>2015-08-08T10:09:53Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-08-08T10:02:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cda66497aad62f22a76e3c49762663a49bc8366a'/>
<id>urn:sha1:cda66497aad62f22a76e3c49762663a49bc8366a</id>
<content type='text'>
Backport of 64982cc2fb from master.
</content>
</entry>
<entry>
<title>[1.8.x] Fixed doc typos.</title>
<updated>2015-03-14T16:29:27Z</updated>
<author>
<name>Floris den Hengst</name>
<email>florisdenhengst@gmail.com</email>
</author>
<published>2015-03-07T16:34:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bd36f2d43264c76e67192ad6ce28002cd4138106'/>
<id>urn:sha1:bd36f2d43264c76e67192ad6ce28002cd4138106</id>
<content type='text'>
Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master
</content>
</entry>
<entry>
<title>Used https for most *.python.org links</title>
<updated>2014-12-19T17:07:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-12-19T15:25:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0a4b04fc23356aa6970ca1b17cb5e6955b108289'/>
<id>urn:sha1:0a4b04fc23356aa6970ca1b17cb5e6955b108289</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleaned up a note in docs/topics/db/sql.txt.</title>
<updated>2014-12-06T14:25:48Z</updated>
<author>
<name>wrwrwr</name>
<email>git@wr.waw.pl</email>
</author>
<published>2014-12-05T18:02:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34a06d99e0fc96a0f0648bfde141d342e963e971'/>
<id>urn:sha1:34a06d99e0fc96a0f0648bfde141d342e963e971</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unnecessary code-block directives.</title>
<updated>2014-08-19T20:44:25Z</updated>
<author>
<name>areski</name>
<email>areski@gmail.com</email>
</author>
<published>2014-08-18T14:30:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9d6551204eff9d1ab70b67578f99630716df7490'/>
<id>urn:sha1:9d6551204eff9d1ab70b67578f99630716df7490</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.</title>
<updated>2014-06-12T20:41:49Z</updated>
<author>
<name>Moayad Mardini</name>
<email>moayad.m@gmail.com</email>
</author>
<published>2014-06-12T17:43:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2d425116e2f26ab546c380784df1de79562009a7'/>
<id>urn:sha1:2d425116e2f26ab546c380784df1de79562009a7</id>
<content type='text'>
Thanks cdestigter for the report.
</content>
</entry>
<entry>
<title>Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection</title>
<updated>2014-04-25T13:54:49Z</updated>
<author>
<name>Moayad Mardini</name>
<email>moayad.m@gmail.com</email>
</author>
<published>2014-04-24T18:10:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3776926cfe503f16c7195621da20c5b89bda70a2'/>
<id>urn:sha1:3776926cfe503f16c7195621da20c5b89bda70a2</id>
<content type='text'>
Thanks Erik Romijn for the suggestion.
</content>
</entry>
<entry>
<title>Fixed queries that may return unexpected results on MySQL due to typecasting.</title>
<updated>2014-04-21T22:11:26Z</updated>
<author>
<name>Erik Romijn</name>
<email>eromijn@solidlinks.nl</email>
</author>
<published>2014-04-20T20:13:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=75c0d4ea3ae48970f788c482ee0bd6b29a7f1307'/>
<id>urn:sha1:75c0d4ea3ae48970f788c482ee0bd6b29a7f1307</id>
<content type='text'>
This is a security fix; disclosure to follow shortly.
</content>
</entry>
</feed>
