<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/http/views.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>Added missing lang attributes to html elements in docs.</title>
<updated>2024-10-30T13:02:30Z</updated>
<author>
<name>Johanan-Ayadata</name>
<email>johanan@workwithaya.com</email>
</author>
<published>2024-10-22T22:20:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97a6a678c406b0049bd17bcd34f1d71d96141994'/>
<id>urn:sha1:97a6a678c406b0049bd17bcd34f1d71d96141994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.</title>
<updated>2023-03-01T12:03:56Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2023-02-28T19:53:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=14459f80ee3a9e005989db37c26fd13bb6d2fab2'/>
<id>urn:sha1:14459f80ee3a9e005989db37c26fd13bb6d2fab2</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>Removed versionadded/changed annotations for 3.1.</title>
<updated>2021-01-14T16:50:04Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-05T10:20:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b7dd89ed5389067cb70294682ffef1ba23d33934'/>
<id>urn:sha1:b7dd89ed5389067cb70294682ffef1ba23d33934</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarified async documentation.</title>
<updated>2020-03-26T15:46:24Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-03-26T15:46:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=421622548060499881df9966b7a352bce63901cd'/>
<id>urn:sha1:421622548060499881df9966b7a352bce63901cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31224 -- Added support for asynchronous views and middleware.</title>
<updated>2020-03-18T18:59:12Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2020-02-12T22:15:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc0fa72ff4cdbf5861a366e31cb8bbacd44da22d'/>
<id>urn:sha1:fc0fa72ff4cdbf5861a366e31cb8bbacd44da22d</id>
<content type='text'>
This implements support for asynchronous views, asynchronous tests,
asynchronous middleware, and an asynchronous test client.
</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>Fixed #29758 -- Documented how to test custom error views.</title>
<updated>2018-10-01T22:16:47Z</updated>
<author>
<name>Cammil Taank</name>
<email>ctaank@gmail.com</email>
</author>
<published>2018-09-19T10:57:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f83a689f617d119a2bed23032919cea98c424c58'/>
<id>urn:sha1:f83a689f617d119a2bed23032919cea98c424c58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.</title>
<updated>2016-10-14T17:46:54Z</updated>
<author>
<name>David D Lowe</name>
<email>daviddlowe.flimm@gmail.com</email>
</author>
<published>2016-10-14T10:17:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=424187ec4be73a36d5430901382a27c8523f446a'/>
<id>urn:sha1:424187ec4be73a36d5430901382a27c8523f446a</id>
<content type='text'>
</content>
</entry>
</feed>
