<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/db/sql.txt, branch 4.0.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.0.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.0.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-05-19T08:39:35Z</updated>
<entry>
<title>[4.0.x] Removed unnecessary semicolons in docs about performing raw SQL.</title>
<updated>2022-05-19T08:39:35Z</updated>
<author>
<name>Tom Sparrow</name>
<email>793763+sparrowt@users.noreply.github.com</email>
</author>
<published>2022-05-19T08:38:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1dec0c07de64ccf85eceb635cdb2a7af3e7a0554'/>
<id>urn:sha1:1dec0c07de64ccf85eceb635cdb2a7af3e7a0554</id>
<content type='text'>
Backport of e89f9571352f42c7752b351ba1e651485e5e7c51 from main
</content>
</entry>
<entry>
<title>[4.0.x] Added missing backticks to function names.</title>
<updated>2022-03-17T10:10:49Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-03-17T10:10:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1af06ffaa537fc9aefb76b6589072873d7dbf54a'/>
<id>urn:sha1:1af06ffaa537fc9aefb76b6589072873d7dbf54a</id>
<content type='text'>
Backport of 39ae8d740e30c18e46873cf82aff76588f1974c7 from main
</content>
</entry>
<entry>
<title>Changed IRC references to Libera.Chat.</title>
<updated>2021-05-20T10:23:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-05-20T10:23:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=66491f08fe86629fa25977bb3dddda06959f65e7'/>
<id>urn:sha1:66491f08fe86629fa25977bb3dddda06959f65e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32231 -- Allowed passing None params to QuerySet.raw().</title>
<updated>2021-01-05T09:37:11Z</updated>
<author>
<name>Alexander Lyabah</name>
<email>a.lyabah@checkio.org</email>
</author>
<published>2020-11-28T16:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=415f50298f97fb17f841a9df38d995ccf347dfcc'/>
<id>urn:sha1:415f50298f97fb17f841a9df38d995ccf347dfcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.</title>
<updated>2020-05-04T10:10:47Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-05-01T12:37:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d17b380653da5f95885ce53468fe7aac60672841'/>
<id>urn:sha1:d17b380653da5f95885ce53468fe7aac60672841</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31356 -- Changed IRC links to the Freenode webchat.</title>
<updated>2020-04-29T18:08:36Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-04-27T20:28:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=33f7739108226e2573f4b0242da5fd511908acdf'/>
<id>urn:sha1:33f7739108226e2573f4b0242da5fd511908acdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30988 -- Deprecated the InvalidQuery exception.</title>
<updated>2019-11-18T13:06:51Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2019-11-15T21:20:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=11e327a3ff84e16ceace13ea6ec408a93ca9e72c'/>
<id>urn:sha1:11e327a3ff84e16ceace13ea6ec408a93ca9e72c</id>
<content type='text'>
It was barely documented without pointers at its defining location and
was abused to prevent misuse of the QuerySet field deferring feature.
</content>
</entry>
<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>
</feed>
