<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/install.txt, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-08-25T13:51:10Z</updated>
<entry>
<title>Refs #36485 -- Rewrapped docs to 79 columns line length.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-07-25T09:24:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f81e6e3a53ee36e3f730a71aa55a5744982dd016'/>
<id>urn:sha1:f81e6e3a53ee36e3f730a71aa55a5744982dd016</id>
<content type='text'>
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
</content>
</entry>
<entry>
<title>Relocated database setup details to install docs to simplify tutorial 2.</title>
<updated>2024-07-04T18:30:52Z</updated>
<author>
<name>Kudz</name>
<email>kudzayibamhare@gmail.com</email>
</author>
<published>2024-04-24T14:31:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82c71f0168b1c132e499505609d285c6016ed4f2'/>
<id>urn:sha1:82c71f0168b1c132e499505609d285c6016ed4f2</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.</title>
<updated>2023-08-10T08:11:53Z</updated>
<author>
<name>Jingbei Li</name>
<email>i@jingbei.li</email>
</author>
<published>2022-07-12T06:22:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9946f0b0d9356b55e819f861b31615fa5b548f99'/>
<id>urn:sha1:9946f0b0d9356b55e819f861b31615fa5b548f99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33308 -- Added support for psycopg version 3.</title>
<updated>2022-12-15T05:17:57Z</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2022-12-01T19:23:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca'/>
<id>urn:sha1:09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca</id>
<content type='text'>
Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews.

Co-authored-by: Florian Apolloner &lt;florian@apolloner.eu&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed some broken links and redirects in docs.</title>
<updated>2021-08-09T05:07:52Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2021-08-09T05:07:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=259b28706e5084f5207792e066a33e35c7a661d4'/>
<id>urn:sha1:259b28706e5084f5207792e066a33e35c7a661d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.</title>
<updated>2021-07-29T04:24:12Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-07-23T06:48:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1024b5e74a7166313ad4e4975a15e90dccd3ec5f'/>
<id>urn:sha1:1024b5e74a7166313ad4e4975a15e90dccd3ec5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.</title>
<updated>2020-06-02T09:45:44Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-02T09:45:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8ce570f2f263ab04190f03a0e6b7e7667a3265d8'/>
<id>urn:sha1:8ce570f2f263ab04190f03a0e6b7e7667a3265d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31212 -- Updated psycopg links to HTTPS and new location.</title>
<updated>2020-01-29T05:25:40Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-01-29T00:58:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=958977f662d878c299b3599282f005c3469dbef9'/>
<id>urn:sha1:958977f662d878c299b3599282f005c3469dbef9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28954 -- Remove remaining Jython documentation.</title>
<updated>2019-12-19T15:42:12Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-11-06T15:13:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d8b6a76bc745b21c6cf2b29c220a91bcae7fd3d7'/>
<id>urn:sha1:d8b6a76bc745b21c6cf2b29c220a91bcae7fd3d7</id>
<content type='text'>
There is still no further progress on Jython 3 since support for Jython
was stripped in Django 2.0. The developers experimenting with Jython 3
have stated that they would need to start from scratch, so it doesn't
look as though it will materialize for years to come.

Python 2 and Django 1.11, the last version to support Python 2.7, will
both be end-of-life before Django 3.1 is released. We should no longer
instruct users to use an unsupported version of Django.
</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>
</feed>
