<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/db/sql.txt, branch 3.0.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-09-06T11:27:46Z</updated>
<entry>
<title>Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.</title>
<updated>2019-09-06T11:27:46Z</updated>
<author>
<name>Tobias Kunze</name>
<email>r@rixx.de</email>
</author>
<published>2019-06-17T14:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a954cfd11a5d034491f87fcbc920eb97a302bb3'/>
<id>urn:sha1:4a954cfd11a5d034491f87fcbc920eb97a302bb3</id>
<content type='text'>
This patch does not remove all occurrences of the words in question.
Rather, I went through all of the occurrences of the words listed
below, and judged if they a) suggested the reader had some kind of
knowledge/experience, and b) if they added anything of value (including
tone of voice, etc). I left most of the words alone. I looked at the
following words:

- simply/simple
- easy/easier/easiest
- obvious
- just
- merely
- straightforward
- ridiculous

Thanks to Carlton Gibson for guidance on how to approach this issue, and
to Tim Bell for providing the idea. But the enormous lion's share of
thanks go to Adam Johnson for his patient and helpful review.
</content>
</entry>
<entry>
<title>Removed unnecessary /static from links to PostgreSQL docs.</title>
<updated>2019-03-30T01:49:44Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-03-30T01:49:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=198a2a9381a415f76c3170753270f5087ce4475a'/>
<id>urn:sha1:198a2a9381a415f76c3170753270f5087ce4475a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29940 -- Recommended using the ORM rather than raw SQL.</title>
<updated>2018-11-13T23:15:24Z</updated>
<author>
<name>Katie McLaughlin</name>
<email>katie@glasnt.com</email>
</author>
<published>2018-11-13T23:15:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9886dffdf45873a5ce427eded9277f37d4a30ef1'/>
<id>urn:sha1:9886dffdf45873a5ce427eded9277f37d4a30ef1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 2.0.</title>
<updated>2018-05-17T15:00:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-05-17T14:16:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3'/>
<id>urn:sha1:7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29337 -- Added __len__() &amp; __bool__() to RawQuerySet.</title>
<updated>2018-04-19T16:46:31Z</updated>
<author>
<name>Adnan Umer</name>
<email>u.adnan@outlook.com</email>
</author>
<published>2018-04-19T10:09:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2026ca5e29273771f4dba75ca99b8dd5812e047'/>
<id>urn:sha1:f2026ca5e29273771f4dba75ca99b8dd5812e047</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29339 -- Added result caching to RawQuerySet.</title>
<updated>2018-04-19T15:35:49Z</updated>
<author>
<name>Adnan Umer</name>
<email>u.adnan@outlook.com</email>
</author>
<published>2018-04-18T17:25:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ec0319ff821492783f555917b61bceacddb77571'/>
<id>urn:sha1:ec0319ff821492783f555917b61bceacddb77571</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28853 -- Updated connection.cursor() uses to use a context manager.</title>
<updated>2017-11-28T16:28:09Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-11-28T13:12:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7a6fbf36b1fdb8978ea0842075ccce83bcd63789'/>
<id>urn:sha1:7a6fbf36b1fdb8978ea0842075ccce83bcd63789</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.</title>
<updated>2017-11-07T18:07:12Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-11-07T18:07:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=327f0f37ce3c1e5ac3a19668add237ddd92266d6'/>
<id>urn:sha1:327f0f37ce3c1e5ac3a19668add237ddd92266d6</id>
<content type='text'>
Thanks Hynek Cernoch for the report and review.</content>
</entry>
<entry>
<title>Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.</title>
<updated>2017-08-12T19:06:49Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2017-08-12T19:06:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=489421b01562494ab506de5d30ea97d7b6b5df30'/>
<id>urn:sha1:489421b01562494ab506de5d30ea97d7b6b5df30</id>
<content type='text'>
Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and
Renbi Yu for the initial patch.</content>
</entry>
<entry>
<title>Fixed #23766 -- Doc'd CursorWrapper.callproc().</title>
<updated>2017-08-10T20:21:11Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2017-08-10T20:21:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=660d50805b6788d592b4f1fae706b725baf0195c'/>
<id>urn:sha1:660d50805b6788d592b4f1fae706b725baf0195c</id>
<content type='text'>
Thanks Tim Graham for the review.</content>
</entry>
</feed>
